VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / GetClipScans(AffineMatrix) Method
Syntax Requirements SeeAlso
In This Topic
    GetClipScans(AffineMatrix) Method (DrawingEngine)
    In This Topic
    Returns an array of System.Drawing.RectangleF structures that approximate clip region after the specified matrix transformation is applied.
    Syntax
    'Declaration
    
    Public Overridable Function GetClipScans( _
    ByVal matrix
    A AffineMatrix that represents a geometric transformation to apply to the clip region.
    As Vintasoft.Imaging.AffineMatrix _
    ) As System.Drawing.RectangleF

    Parameters

    matrix
    A AffineMatrix that represents a geometric transformation to apply to the clip region.

    Return Value

    An array of System.Drawing.RectangleF structures that approximate clip region after the specified matrix transformation is applied.
    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