'Declaration Public Sub SetEndAngle( _
ByVal angleThe ending 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 SetEndAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
public: void SetEndAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
public:
void SetEndAngle(
float angle,
bool isHorizontalMirrored,
bool isVerticalMirrored
)
Parameters
- angle
- The ending angle.
- isHorizontalMirrored
- A value indicating whether the arc annotation is mirrored horizontally.
- isVerticalMirrored
- A value indicating whether the arc annotation is mirrored vertically.