_SvgArcPathCommand Constructor
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double, _
ByVal As Double _
)
public _SvgArcPathCommand(
double ,
double ,
double ,
int ,
int ,
double ,
double
)
Parameters
- rx
- ry
- rotation
- largeArcFlag
- sweepFlag
- ex
- ey
See Also