Table of Contents

Enum AdornmentLocation

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public enum AdornmentLocation

Fields

Center = 5

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center point.

CenterLeft = 4

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center left point.

CenterRight = 6

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the center right point.

LowerCenter = 8

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower center point.

LowerLeft = 7

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower left point.

LowerRight = 9

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the lower right point.

UpperCenter = 2

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper center point.

UpperLeft = 1

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper left point.

UpperRight = 3

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper right point.

UseOffsets = 0

This method makes the GetDrawingLocation function calculate the drawing location by XOffset and YOffset from the upper left point.

Remarks

None