VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / WholeSlideImageLayer Class / WholeSlideImageLayer Constructors / WholeSlideImageLayer Constructor(VintasoftImage,Double)
Syntax Requirements SeeAlso
In This Topic
    WholeSlideImageLayer Constructor(VintasoftImage,Double)
    In This Topic
    Initializes a new instance of the WholeSlideImageLayer class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal scale
    The scale.
    As Double _
    )
    public WholeSlideImageLayer(
    Vintasoft.Imaging.VintasoftImage image,
    double scale
    )
    public: WholeSlideImageLayer(
    Vintasoft.Imaging.VintasoftImage* image,
    double scale
    )
    public:
    WholeSlideImageLayer(
    Vintasoft.Imaging.VintasoftImage^ image,
    double scale
    )

    Parameters

    image
    The image.
    scale
    The scale.
    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