C# Class Praeclarum.Graphics.StrokeSegment

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
GetClosestPoint ( PointF p ) : int
GetFarthestInteriorPoint ( float &dist ) : int
SetDirection ( ) : void
StrokeSegment ( Stroke stroke, int startIndex, int lastIndex ) : System
ToString ( ) : string
WriteSvg ( string path ) : void

Method Details

GetClosestPoint() public méthode

public GetClosestPoint ( PointF p ) : int
p PointF
Résultat int

GetFarthestInteriorPoint() public méthode

public GetFarthestInteriorPoint ( float &dist ) : int
dist float
Résultat int

SetDirection() public méthode

public SetDirection ( ) : void
Résultat void

StrokeSegment() public méthode

public StrokeSegment ( Stroke stroke, int startIndex, int lastIndex ) : System
stroke Stroke
startIndex int
lastIndex int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteSvg() public méthode

public WriteSvg ( string path ) : void
path string
Résultat void