C# 클래스 Praeclarum.Graphics.StrokeSegment

파일 보기 프로젝트 열기: praeclarum/Praeclarum 1 사용 예제들

공개 메소드들

메소드 설명
GetClosestPoint ( PointF p ) : int
GetFarthestInteriorPoint ( float &dist ) : int
SetDirection ( ) : void
StrokeSegment ( Stroke stroke, int startIndex, int lastIndex ) : System
ToString ( ) : string
WriteSvg ( string path ) : void

메소드 상세

GetClosestPoint() 공개 메소드

public GetClosestPoint ( PointF p ) : int
p PointF
리턴 int

GetFarthestInteriorPoint() 공개 메소드

public GetFarthestInteriorPoint ( float &dist ) : int
dist float
리턴 int

SetDirection() 공개 메소드

public SetDirection ( ) : void
리턴 void

StrokeSegment() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteSvg() 공개 메소드

public WriteSvg ( string path ) : void
path string
리턴 void