Called when visiting ArcTo operators.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public abstract void ArcTo ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub ArcTo( _ |
The x-coordinate of the arc's end point.
The y-coordinate of the arc's end point.
The arc's sweep angle.
See Also