VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBlockSourceInfoChangedEventArgs Class / ImageFileBlockSourceInfoChangedEventArgs Constructors / ImageFileBlockSourceInfoChangedEventArgs Constructor(ImageFileSource,Int64)
Syntax Remarks Requirements SeeAlso
In This Topic
    ImageFileBlockSourceInfoChangedEventArgs Constructor(ImageFileSource,Int64)
    In This Topic
    Initializes a new instance of the ImageFileBlockSourceInfoChangedEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    Source of the image file block.
    As ImageFileSource, _
    ByVal offset
    Offset in the source of the image file block.
    As Long _
    )
    public ImageFileBlockSourceInfoChangedEventArgs(
    ImageFileSource source,
    long offset
    )
    public: ImageFileBlockSourceInfoChangedEventArgs(
    ImageFileSource* source,
    long offset
    )
    public:
    ImageFileBlockSourceInfoChangedEventArgs(
    ImageFileSource^ source,
    long offset
    )

    Parameters

    source
    Source of the image file block.
    offset
    Offset in the source of the image file block.
    Remarks

    This constructor must be used if source and offset of image file block must be changed.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also