ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateProtractor Method |
Creates Protractor annotation with specified properties.
CreateProtractor(
StartPoint As IGPoint,
HeadPoint As IGPoint,
EndPoint As IGPoint,
Border As IGArtXBorder,
Opacity As Long,
AspectRatio As IGArtXAspectRatio,
ArcRadius As Long,
Precision As Long) As IGArtXProtractor
Name | Description |
---|---|
StartPoint | Coordinates of the start point. |
HeadPoint | Coordinates of the head point. |
EndPoint | Coordinates of the end point. |
Border | Contains line properties of the annotation, such as line style, line width, color. See IGArtXBorder Object for more information. |
Opacity | Opacity value for the annotation. |
AspectRatio | IGArtXAspectRatio Object containing aspect ratio properties. |
ArcRadius | Arc radius value for the annotation Arc radius value for the annotation. |
Precision | Number of digit after a decimal point to display. |
New instance of IGArtXProtractor Object.
N/A