C# Class Svg.Pathing.SvgLineSegment

Inheritance: SvgPathSegment
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
AddToPath ( System graphicsPath ) : void
SvgLineSegment ( PointF start, PointF end ) : System
ToString ( ) : string

Method Details

AddToPath() public méthode

public AddToPath ( System graphicsPath ) : void
graphicsPath System
Résultat void

SvgLineSegment() public méthode

public SvgLineSegment ( PointF start, PointF end ) : System
start System.Drawing.PointF
end System.Drawing.PointF
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string