'Declaration Public Sub SetStartAngle( _
ByVal angleThe stating angle.As Single, _
ByVal isHorizontalMirroredA value indicating whether the arc annotation is mirrored horizontally.As Boolean, _
ByVal isVerticalMirroredA value indicating whether the arc annotation is mirrored vertically.As Boolean _
)
public void SetStartAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
public: void SetStartAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
public:
void SetStartAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
Parameters
- angle
- The stating angle.
- isHorizontalMirrored
- A value indicating whether the arc annotation is mirrored horizontally.
- isVerticalMirrored
- A value indicating whether the arc annotation is mirrored vertically.