VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / DrawingSurface Class / DrawingSurface Constructor(AffineMatrix,Resolution,Single)
Syntax Requirements SeeAlso
In This Topic
    DrawingSurface Constructor(AffineMatrix,Resolution,Single)
    In This Topic
    Initializes a new instance of the DrawingSurface class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal transform
    The transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space.
    As AffineMatrix, _
    ByVal resolution
    The drawing surface resolution.
    As Resolution, _
    ByVal pixelScale
    The pixel scale.
    As Single _
    )

    Parameters

    transform
    The transformation from the device independent pixels (DIP, 1/96 inch) to the drawing surface space.
    resolution
    The drawing surface resolution.
    pixelScale
    The pixel scale.
    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