C# Class Svg.Pathing.SvgPathSegment

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

Public Methods

Method Description
AddToPath ( GraphicsPath graphicsPath ) : void
Clone ( ) : SvgPathSegment

Protected Methods

Method Description
SvgPathSegment ( ) : System
SvgPathSegment ( PointF start, PointF end ) : System

Method Details

AddToPath() public abstract method

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

Clone() public method

public Clone ( ) : SvgPathSegment
return SvgPathSegment

SvgPathSegment() protected method

protected SvgPathSegment ( ) : System
return System

SvgPathSegment() protected method

protected SvgPathSegment ( PointF start, PointF end ) : System
start System.Drawing.PointF
end System.Drawing.PointF
return System