C# Class Praeclarum.Graphics.StrokeSegment

Show file Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method 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 method

public GetClosestPoint ( PointF p ) : int
p PointF
return int

GetFarthestInteriorPoint() public method

public GetFarthestInteriorPoint ( float &dist ) : int
dist float
return int

SetDirection() public method

public SetDirection ( ) : void
return void

StrokeSegment() public method

public StrokeSegment ( Stroke stroke, int startIndex, int lastIndex ) : System
stroke Stroke
startIndex int
lastIndex int
return System

ToString() public method

public ToString ( ) : string
return string

WriteSvg() public method

public WriteSvg ( string path ) : void
path string
return void