C# Class LayoutFarm.Svg.Pathing.SvgPathSegLineTo

Inheritance: SvgPathSeg
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetAbsolutePoints ( PointF &last, PointF &p ) : void
SvgPathSegLineTo ( float x, float y ) : System
ToString ( ) : string

Method Details

GetAbsolutePoints() public méthode

public GetAbsolutePoints ( PointF &last, PointF &p ) : void
last PixelFarm.Drawing.PointF
p PixelFarm.Drawing.PointF
Résultat void

SvgPathSegLineTo() public méthode

public SvgPathSegLineTo ( float x, float y ) : System
x float
y float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string