Click or drag to resize

AnnotateSpaceConverterDocumentSpaceToAnnotationSpace Method

These methods are used to convert PointF and RectangleF values form document space to annotation space.
Overload List
  NameDescription
Public methodDocumentSpaceToAnnotationSpace(PointF)
Converts a point from document space to annotation space.
Public methodDocumentSpaceToAnnotationSpace(PointF)
Converts an array of points from document space to annotation space.
Public methodDocumentSpaceToAnnotationSpace(PointFCollection)
Returns a new PointFCollection with the points converted from document space to annotation space.
Public methodStatic memberDocumentSpaceToAnnotationSpace(AnnotationData, PointFCollection)
Returns a new PointFCollection with the points converted from document space to annotation space.
Public methodStatic memberDocumentSpaceToAnnotationSpace(AnnotationData, PointF)
Converts a point from document space to annotation space.
Public methodStatic memberDocumentSpaceToAnnotationSpace(AnnotationData, PointF)
Converts an array of points from document space to annotation space.
Top
See Also