C# Class LayoutFarm.Svg.Pathing.SvgPathSegCurveToCubicSmooth

Inheritance: SvgPathSeg
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetAbsolutePoints ( PointF &last, PointF &c2, PointF &p ) : void
SvgPathSegCurveToCubicSmooth ( float x2, float y2, float x, float y ) : System
ToString ( ) : string

Method Details

GetAbsolutePoints() public method

public GetAbsolutePoints ( PointF &last, PointF &c2, PointF &p ) : void
last PixelFarm.Drawing.PointF
c2 PixelFarm.Drawing.PointF
p PixelFarm.Drawing.PointF
return void

SvgPathSegCurveToCubicSmooth() public method

public SvgPathSegCurveToCubicSmooth ( float x2, float y2, float x, float y ) : System
x2 float
y2 float
x float
y float
return System

ToString() public method

public ToString ( ) : string
return string