C# Class Svg.Pathing.SvgCubicCurveSegment

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

Public Methods

Method Description
AddToPath ( System graphicsPath ) : void
SvgCubicCurveSegment ( PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end ) : System
ToString ( ) : string

Method Details

AddToPath() public method

public AddToPath ( System graphicsPath ) : void
graphicsPath System
return void

SvgCubicCurveSegment() public method

public SvgCubicCurveSegment ( PointF start, PointF firstControlPoint, PointF secondControlPoint, PointF end ) : System
start System.Drawing.PointF
firstControlPoint System.Drawing.PointF
secondControlPoint System.Drawing.PointF
end System.Drawing.PointF
return System

ToString() public method

public ToString ( ) : string
return string