VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpDrawingEngine Class / GetClipScans(AffineMatrix) Method
Syntax Requirements SeeAlso
In This Topic
GetClipScans(AffineMatrix) Method (SkiaSharpDrawingEngine)
In This Topic
Returns an array of System.Drawing.RectangleF structures, which approximate clip region after the specified matrix transformation is applied.
Syntax
'Declaration

Public Overrides 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, which approximate clip region after the specified matrix transformation is applied.
Requirements

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

See Also