프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SKPaint | System |
메소드 | 설명 | |
---|---|---|
BreakText ( |
||
BreakText ( string text, float maxWidth ) : long | ||
BreakText ( string text, float maxWidth, float &measuredWidth ) : long | ||
Clone ( ) : |
||
GetFillPath ( |
||
GetFillPath ( |
||
GetFontMetrics ( |
||
GetTextPath ( |
||
GetTextPath ( |
||
GetTextPath ( string text, |
||
GetTextPath ( string text, float x, float y ) : |
||
MeasureText ( |
||
MeasureText ( |
||
MeasureText ( string text ) : float | ||
MeasureText ( string text, |
||
SKPaint ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
SKPaint ( |
public BreakText ( |
||
buffer | ||
length | ||
maxWidth | float | |
measuredWidth | float | |
리턴 | long |
public BreakText ( string text, float maxWidth ) : long | ||
text | string | |
maxWidth | float | |
리턴 | long |
public BreakText ( string text, float maxWidth, float &measuredWidth ) : long | ||
text | string | |
maxWidth | float | |
measuredWidth | float | |
리턴 | long |
public GetFillPath ( |
||
src | ||
dst | ||
cullRect | ||
resScale | float | |
리턴 | bool |
public GetFillPath ( |
||
src | ||
dst | ||
resScale | float | |
리턴 | bool |
public GetFontMetrics ( |
||
metrics | ||
scale | float | |
리턴 | float |
public GetTextPath ( |
||
buffer | ||
length | ||
points | ||
리턴 |
public GetTextPath ( |
||
buffer | ||
length | ||
x | float | |
y | float | |
리턴 |
public GetTextPath ( string text, |
||
text | string | |
points | ||
리턴 |
public GetTextPath ( string text, float x, float y ) : |
||
text | string | |
x | float | |
y | float | |
리턴 |
public MeasureText ( |
||
buffer | ||
length | ||
리턴 | float |
public MeasureText ( |
||
buffer | ||
length | ||
bounds | ||
리턴 | float |
public MeasureText ( string text, |
||
text | string | |
bounds | ||
리턴 | float |