메소드 | 설명 | |
---|---|---|
GetMatrix ( float distance, |
||
GetPosition ( float distance, |
||
GetPositionAndTangent ( float distance, |
||
GetSegment ( float start, float stop, |
||
GetTangent ( float distance, |
||
NextContour ( ) : bool | ||
SKPathMeasure ( ) : System | ||
SKPathMeasure ( |
||
SetPath ( |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
SKPathMeasure ( |
public GetMatrix ( float distance, |
||
distance | float | |
matrix | ||
flags | MatrixFlags | |
리턴 | bool |
public GetPosition ( float distance, |
||
distance | float | |
position | ||
리턴 | bool |
public GetPositionAndTangent ( float distance, |
||
distance | float | |
position | ||
tangent | ||
리턴 | bool |
public GetSegment ( float start, float stop, |
||
start | float | |
stop | float | |
dst | ||
startWithMoveTo | bool | |
리턴 | bool |
public GetTangent ( float distance, |
||
distance | float | |
tangent | ||
리턴 | bool |
public SKPathMeasure ( |
||
path | ||
forceClosed | bool | |
resScale | float | |
리턴 | System |
public SetPath ( |
||
path | ||
forceClosed | bool | |
리턴 | void |