VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageTileDrawingSurface Class / ImageTileDrawingSurface Constructor(VintasoftImage,RectangleF,RectangleF)
Syntax Requirements SeeAlso
    ImageTileDrawingSurface Constructor(VintasoftImage,RectangleF,RectangleF)
    Initializes a new instance of the ImageTileDrawingSurface class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    The image on which to draw.
    As VintasoftImage, _
    ByVal sourceRect
    The tile rectangle, in pixels, on the image.
    As System.Drawing.RectangleF, _
    ByVal destRect
    The tile rectangle, in pixels, on the destination surface.
    As System.Drawing.RectangleF _
    )
     

    Parameters

    image
    The image on which to draw.
    sourceRect
    The tile rectangle, in pixels, on the image.
    destRect
    The tile rectangle, in pixels, on the destination surface.
    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