'Declaration Protected Overridable Sub DrawAngleArc( _
ByVal drawingEngineThe DrawingEngine to draw on.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal arcCenterThe center of the arc.As Vintasoft.Imaging.DrawingSurface, _
ByVal arcRadiusThe radius of the arc.As System.Drawing.PointF, _
ByVal startAngleThe angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.As Single, _
ByVal sweepAngleThe angle, in degrees, measured clockwise from the startAngle parameter to ending point of the arc.As Single, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Single _
)
protected virtual void DrawAngleArc(
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.DrawingSurface arcCenter,
System.Drawing.PointF arcRadius,
float startAngle,
float sweepAngle,
float drawingSurface
)
protected: virtual void DrawAngleArc(
Vintasoft.Imaging.Drawing.DrawingEngine* drawingEngine,
Vintasoft.Imaging.DrawingSurface* arcCenter,
System.Drawing.PointF arcRadius,
float startAngle,
float sweepAngle,
float drawingSurface
)
protected:
virtual void DrawAngleArc(
Vintasoft.Imaging.Drawing.DrawingEngine^ drawingEngine,
Vintasoft.Imaging.DrawingSurface^ arcCenter,
System.Drawing.PointF arcRadius,
float startAngle,
float sweepAngle,
float drawingSurface
)
Parameters
- drawingEngine
- The DrawingEngine to draw on.
- arcCenter
- The center of the arc.
- arcRadius
- The radius of the arc.
- startAngle
- The angle, in degrees, measured clockwise from the x-axis to the starting point of the arc.
- sweepAngle
- The angle, in degrees, measured clockwise from the startAngle parameter to ending point of the arc.
- drawingSurface
- The object that provides information about drawing surface.