Method | Description | |
---|---|---|
Clear ( ) : void | ||
DrawFilledRect ( Rectangle rect ) : void | ||
DrawTexturedRect ( ResourceHandle imageHandle, RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV ) : void | ||
DrawTexturedRect ( ResourceHandle imageHandle, RectangleF rect, float u1, float v1, float u2, float v2 ) : void | ||
GwenRenderer ( ) : System | ||
MeasureText ( |
||
PixelColor ( ResourceHandle imageHandle, uint x, uint y, System.Color defaultColor ) : System.Color | ||
Render ( RenderBlock rb ) : void | ||
RenderText ( |
public DrawFilledRect ( Rectangle rect ) : void | ||
rect | Rectangle | |
return | void |
public DrawTexturedRect ( ResourceHandle imageHandle, RectangleF rect, System.Vector2 topLeftUV, System.Vector2 topRightUV, System.Vector2 bottomRightUV, System.Vector2 bottomLeftUV ) : void | ||
imageHandle | ResourceHandle | |
rect | RectangleF | |
topLeftUV | System.Vector2 | |
topRightUV | System.Vector2 | |
bottomRightUV | System.Vector2 | |
bottomLeftUV | System.Vector2 | |
return | void |
public DrawTexturedRect ( ResourceHandle imageHandle, RectangleF rect, float u1, float v1, float u2, float v2 ) : void | ||
imageHandle | ResourceHandle | |
rect | RectangleF | |
u1 | float | |
v1 | float | |
u2 | float | |
v2 | float | |
return | void |
public MeasureText ( |
||
font | ||
text | string | |
return | System.Vector2 |
public PixelColor ( ResourceHandle imageHandle, uint x, uint y, System.Color defaultColor ) : System.Color | ||
imageHandle | ResourceHandle | |
x | uint | |
y | uint | |
defaultColor | System.Color | |
return | System.Color |
public RenderText ( |
||
font | ||
position | Vector2i | |
text | string | |
return | void |