Enum AdornmentLocation
public enum AdornmentLocation
Fields
Center = 5This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center point.
CenterLeft = 4This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center left point.
CenterRight = 6This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center right point.
LowerCenter = 8This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower center point.
LowerLeft = 7This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower left point.
LowerRight = 9This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower right point.
UpperCenter = 2This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper center point.
UpperLeft = 1This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper left point.
UpperRight = 3This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper right point.
UseOffsets = 0This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper left point.
Remarks
None