Click or drag to resize

AnnotateSpaceConverterDocumentSpaceToViewSpace Method

These methods are used to convert PointF and RectangleF values form document space to view space.
Overload List
  NameDescription
Public methodDocumentSpaceToViewSpace(PointF)
Converts a point from document space to view space.
Public methodDocumentSpaceToViewSpace(PointF)
Converts an array of points from document space to view space.
Public methodDocumentSpaceToViewSpace(RectangleF)
Converts a rectangle from document space to view space.
Public methodStatic memberDocumentSpaceToViewSpace(IAnnotate, PointF)
Converts a point from document space to view space.
Public methodStatic memberDocumentSpaceToViewSpace(IAnnotate, RectangleF)
Converts a rectangle from document space to view space.
Top
See Also