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

    Parameters

    source
    Source of this image file block.
    offset
    Offset of this image file block in the source.
    Requirements

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

    See Also