'Declaration Public Overrides Function GetClipScans( _
ByVal matrixA AffineMatrix that represents a geometric transformation to apply to the clip region.As Vintasoft.Imaging.AffineMatrix _
) As System.Drawing.RectangleF
public override System.Drawing.RectangleF GetClipScans(
Vintasoft.Imaging.AffineMatrix matrix
)
public: System.Drawing.RectangleF* GetClipScans(
Vintasoft.Imaging.AffineMatrix* matrix
); override
public:
System.Drawing.RectangleF^ GetClipScans(
Vintasoft.Imaging.AffineMatrix^ matrix
); override
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.