'Declaration Public Overridable Function GetTransformFromContentSpace( _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface _
) As Vintasoft.Imaging.AffineMatrix
public virtual Vintasoft.Imaging.AffineMatrix GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface drawingSurface
)
public: virtual Vintasoft.Imaging.AffineMatrix* GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface* drawingSurface
)
public:
virtual Vintasoft.Imaging.AffineMatrix^ GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface^ drawingSurface
)
Parameters
- drawingSurface
- The object that provides information about drawing surface.
Return Value
The matrix that transforms the annotation from the content space to the drawing surface space.