'Declaration Public Overrides Function GetTransformFromContentSpace( _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface _
) As Vintasoft.Imaging.AffineMatrix
public override Vintasoft.Imaging.AffineMatrix GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface drawingSurface
)
public: Vintasoft.Imaging.AffineMatrix* GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface* drawingSurface
); override
public:
Vintasoft.Imaging.AffineMatrix^ GetTransformFromContentSpace(
Vintasoft.Imaging.DrawingSurface^ drawingSurface
); override
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.