C# 클래스 SkiaSharp.SKPathMeasure

상속: SKObject
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetMatrix ( float distance, SKMatrix &matrix, MatrixFlags flags ) : bool
GetPosition ( float distance, SKPoint &position ) : bool
GetPositionAndTangent ( float distance, SKPoint &position, SKPoint &tangent ) : bool
GetSegment ( float start, float stop, SKPath dst, bool startWithMoveTo ) : bool
GetTangent ( float distance, SKPoint &tangent ) : bool
NextContour ( ) : bool
SKPathMeasure ( ) : System
SKPathMeasure ( SKPath path, bool forceClosed = false, float resScale = 1 ) : System
SetPath ( SKPath path, bool forceClosed ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
SKPathMeasure ( IntPtr handle, bool owns ) : System

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetMatrix() 공개 메소드

public GetMatrix ( float distance, SKMatrix &matrix, MatrixFlags flags ) : bool
distance float
matrix SKMatrix
flags MatrixFlags
리턴 bool

GetPosition() 공개 메소드

public GetPosition ( float distance, SKPoint &position ) : bool
distance float
position SKPoint
리턴 bool

GetPositionAndTangent() 공개 메소드

public GetPositionAndTangent ( float distance, SKPoint &position, SKPoint &tangent ) : bool
distance float
position SKPoint
tangent SKPoint
리턴 bool

GetSegment() 공개 메소드

public GetSegment ( float start, float stop, SKPath dst, bool startWithMoveTo ) : bool
start float
stop float
dst SKPath
startWithMoveTo bool
리턴 bool

GetTangent() 공개 메소드

public GetTangent ( float distance, SKPoint &tangent ) : bool
distance float
tangent SKPoint
리턴 bool

NextContour() 공개 메소드

public NextContour ( ) : bool
리턴 bool

SKPathMeasure() 공개 메소드

public SKPathMeasure ( ) : System
리턴 System

SKPathMeasure() 공개 메소드

public SKPathMeasure ( SKPath path, bool forceClosed = false, float resScale = 1 ) : System
path SKPath
forceClosed bool
resScale float
리턴 System

SetPath() 공개 메소드

public SetPath ( SKPath path, bool forceClosed ) : void
path SKPath
forceClosed bool
리턴 void