public override void MultiplyTransform(
Vintasoft.Imaging.AffineMatrix matrix
)
public: void MultiplyTransform(
Vintasoft.Imaging.AffineMatrix* matrix
); override
public:
void MultiplyTransform(
Vintasoft.Imaging.AffineMatrix^ matrix
); override
'Declaration Public Overrides Sub MultiplyTransform( _
ByVal matrixThe affine matrix that must be multiplied to the world transformation matrix.As Vintasoft.Imaging.AffineMatrix _
)
Parameters
- matrix
- The affine matrix that must be multiplied to the world transformation matrix.