'Declaration Protected Overridable Function TransformFromContentSpaceToImageSpace( _
ByVal matrixThe matrix to transform.As System.Windows.Media.Matrix _
) As System.Windows.Media.Matrix
protected virtual System.Windows.Media.Matrix TransformFromContentSpaceToImageSpace(
System.Windows.Media.Matrix matrix
)
protected: virtual System.Windows.Media.Matrix* TransformFromContentSpaceToImageSpace(
System.Windows.Media.Matrix* matrix
)
protected:
virtual System.Windows.Media.Matrix^ TransformFromContentSpaceToImageSpace(
System.Windows.Media.Matrix^ matrix
)
Parameters
- matrix
- The matrix to transform.
Return Value
The matrix with transforms from the annotation's content space to the image space.