Method | Description | |
---|---|---|
GradientRect ( TRIVERTEX vertices, |
||
GradientRect ( int left, int top, int width, int height, |
||
GradientRect ( int left, int top, int width, int height, uint startColor, uint endColor, GradientRectDirection style ) : System | ||
SetVertices ( int left, int top, int width, int height ) : void |
public GradientRect ( TRIVERTEX vertices, |
||
vertices | TRIVERTEX | |
mesh | ||
style | GradientRectDirection | |
return | System |
public GradientRect ( int left, int top, int width, int height, |
||
left | int | |
top | int | |
width | int | |
height | int | |
startColor | ||
endColor | ||
style | GradientRectDirection | |
return | System |
public GradientRect ( int left, int top, int width, int height, uint startColor, uint endColor, GradientRectDirection style ) : System | ||
left | int | |
top | int | |
width | int | |
height | int | |
startColor | uint | |
endColor | uint | |
style | GradientRectDirection | |
return | System |
public SetVertices ( int left, int top, int width, int height ) : void | ||
left | int | |
top | int | |
width | int | |
height | int | |
return | void |