InkAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see
InkAnnotationData.
Public Methods
| | Name | Description |
 | BeginInit | Signals the AnnotationData that initialization is starting. (Inherited from AnnotationData) |
 | Clone | Creates a new object that is a copy of the current instance. |
 | CopyTo | Copies the state of the current object to the target object. |
 | Dispose | Overloaded. Releases all resources used by this object. (Inherited from AnnotationData) |
 | EndInit | Signals the AnnotationData that initialization is complete. (Inherited from AnnotationData) |
 | GetActualTextArea | Returns the rectangle that defines text area with paddings. (Inherited from TextAnnotationDataBase) |
 | GetBoundingBox | Overloaded. Returns a bounding box of annotation. (Inherited from LineAnnotationDataBase) |
 | GetCenterRelativeToLocation | Returns the annotation center coordinates relative to the Location property without regard to rotation. (Inherited from LineAnnotationDataBase) |
 | GetInkPointsInContentSpace | Returns points of annotation, in device-independent pixels (1/96th inch), in the annotation content space. |
 | GetInkPointsInImageSpace | Returns points of annotation, in device-independent pixels (1/96th inch), in the image space, rotation is taken into account. |
 | GetLinePointsInContentSpace | Returns points of annotation, in device-independent pixels (1/96th inch), in the annotation content space. (Inherited from LineAnnotationDataBase) |
 | GetLinePointsInImageSpace | Returns points of annotation, in device-independent pixels (1/96th inch), in the image space, rotation is taken into account. (Inherited from LineAnnotationDataBase) |
 | GetLocationWithoutRotation | Returns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData) |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | GetTextArea | Returns the rectangle that defines text area in annotation. (Inherited from LineAnnotationDataBase) |
 | SetInkPointsInContentSpace | Sets the points of annotation, in device-independent pixels (1/96th inch), in the annotation content space. |
 | ToString | Returns the string representation of this object. (Inherited from AnnotationData) |
 | Transform | Applies a transformation to the annotation. (Inherited from AnnotationData) |
Protected Methods
See Also