AnnotationUILocation Property |
Gets or sets the location of the annotation in document space.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [TypeConverterAttribute(typeof(PointFTypeConverter))]
public PointF Location { get; set; }
<TypeConverterAttribute(GetType(PointFTypeConverter))>
Public Property Location As PointF
Get
Set
Property Value
Type:
PointF The location of the top-left corner of the annotation in document space.
See Also