C# Class Svg.Pathing.SvgQuadraticCurveSegment

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

Private Properties

Property Type Description

Public Methods

Method Description
AddToPath ( System graphicsPath ) : void
SvgQuadraticCurveSegment ( PointF start, PointF controlPoint, PointF end ) : System
ToString ( ) : string

Method Details

AddToPath() public method

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

SvgQuadraticCurveSegment() public method

public SvgQuadraticCurveSegment ( PointF start, PointF controlPoint, PointF end ) : System
start System.Drawing.PointF
controlPoint System.Drawing.PointF
end System.Drawing.PointF
return System

ToString() public method

public ToString ( ) : string
return string