Click or drag to resize

AnnotateSpaceConverterViewSpaceToDocumentSpace Method

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