'Declaration Public Function New( _ ByVal startPoint As ImGearPoint, _ ByVal headPoint As ImGearPoint, _ ByVal endPoint As ImGearPoint, _ ByVal color As IImGearRGBQuad, _ ByVal style As ImGearARTPenStyle, _ ByVal width As Integer, _ ByVal opacity As Integer, _ ByVal aspectNumeratorX As Integer, _ ByVal aspectDenominatorX As Integer, _ ByVal aspectNumeratorY As Integer, _ ByVal aspectDenominatorY As Integer, _ ByVal arcRadius As Integer, _ ByVal precision As Integer, _ ByVal fontName As String, _ ByVal fontSize As Single, _ ByVal fontStyle As ImGearARTFontStyles _ )
'Usage Dim startPoint As ImGearPoint Dim headPoint As ImGearPoint Dim endPoint As ImGearPoint Dim color As IImGearRGBQuad Dim style As ImGearARTPenStyle Dim width As Integer Dim opacity As Integer Dim aspectNumeratorX As Integer Dim aspectDenominatorX As Integer Dim aspectNumeratorY As Integer Dim aspectDenominatorY As Integer Dim arcRadius As Integer Dim precision As Integer Dim fontName As String Dim fontSize As Single Dim fontStyle As ImGearARTFontStyles Dim instance As New ImGearARTProtractor(startPoint, headPoint, endPoint, color, style, width, opacity, aspectNumeratorX, aspectDenominatorX, aspectNumeratorY, aspectDenominatorY, arcRadius, precision, fontName, fontSize, fontStyle)
public ImGearARTProtractor( ImGearPoint startPoint, ImGearPoint headPoint, ImGearPoint endPoint, IImGearRGBQuad color, ImGearARTPenStyle style, int width, int opacity, int aspectNumeratorX, int aspectDenominatorX, int aspectNumeratorY, int aspectDenominatorY, int arcRadius, int precision, string fontName, float fontSize, ImGearARTFontStyles fontStyle )
public: ImGearARTProtractor( ImGearPoint startPoint, ImGearPoint headPoint, ImGearPoint endPoint, IImGearRGBQuad* color, ImGearARTPenStyle style, int width, int opacity, int aspectNumeratorX, int aspectDenominatorX, int aspectNumeratorY, int aspectDenominatorY, int arcRadius, int precision, string* fontName, float fontSize, ImGearARTFontStyles fontStyle )
public: ImGearARTProtractor( ImGearPoint startPoint, ImGearPoint headPoint, ImGearPoint endPoint, IImGearRGBQuad^ color, ImGearARTPenStyle style, int width, int opacity, int aspectNumeratorX, int aspectDenominatorX, int aspectNumeratorY, int aspectDenominatorY, int arcRadius, int precision, String^ fontName, float fontSize, ImGearARTFontStyles fontStyle )
Parameters
- startPoint
- Start point of the mark.
- headPoint
- Head point of the mark.
- endPoint
- End point of the mark.
- color
- Mark color.
- style
- Mark's line style.
- width
- Mark's line width.
- opacity
- Opacity of the mark.
- aspectNumeratorX
- Mark's X aspect numerator value.
- aspectDenominatorX
- Mark's X aspect denominator value.
- aspectNumeratorY
- Mark's Y aspect numerator value.
- aspectDenominatorY
- Mark's Y aspect denominator value.
- arcRadius
- The radius, in pixels, of the arc drawn in the mark.
- precision
- The number of decimal digits displayed for the mark.
- fontName
- The name of the font.
- fontSize
- The size of the font in points.
- fontStyle
- The style of the font.