'Declaration Public Overridable 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 virtual System.Drawing.RectangleF GetClipScans(
Vintasoft.Imaging.AffineMatrix matrix
)
public: virtual System.Drawing.RectangleF* GetClipScans(
Vintasoft.Imaging.AffineMatrix* matrix
)
public:
virtual System.Drawing.RectangleF^ GetClipScans(
Vintasoft.Imaging.AffineMatrix^ matrix
)
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.