'Declaration Protected Overridable Sub TransformFromContentSpaceToImageSpace( _
ByVal matrixThe matrix to transform.As Vintasoft.Imaging.AffineMatrix _
)
protected virtual void TransformFromContentSpaceToImageSpace(
Vintasoft.Imaging.AffineMatrix matrix
)
protected: virtual void TransformFromContentSpaceToImageSpace(
Vintasoft.Imaging.AffineMatrix* matrix
)
protected:
virtual void TransformFromContentSpaceToImageSpace(
Vintasoft.Imaging.AffineMatrix^ matrix
)
Parameters
- matrix
- The matrix to transform.