C# Class Svg.Pathing.SvgArcSegment

Inheritance: SvgPathSegment
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddToPath ( GraphicsPath graphicsPath ) : void
SvgArcSegment ( PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end ) : System
ToString ( ) : string

Private Methods

Method Description
CalculateVectorAngle ( double ux, double uy, double vx, double vy ) : double

Method Details

AddToPath() public method

public AddToPath ( GraphicsPath graphicsPath ) : void
graphicsPath System.Drawing.Drawing2D.GraphicsPath
return void

SvgArcSegment() public method

public SvgArcSegment ( PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end ) : System
start System.Drawing.PointF
radiusX float
radiusY float
angle float
size SvgArcSize
sweep SvgArcSweep
end System.Drawing.PointF
return System

ToString() public method

public ToString ( ) : string
return string