Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include | #include "CanvasTypes.h" |
&42;param VVertical position of the upper left corner of the portion of the texture to be shown
&40;
texels
&41;
Remarks
Draw arbitrary aligned rectangle.
Parameters
| Name | Description |
|---|---|
| X | X position to draw tile at |
| Y | Y position to draw tile at |
| SizeX | Width of tile |
| SizeY | Height of tile |
| U | Horizontal position of the upper left corner of the portion of the texture to be shown(texels) /** Draw arbitrary aligned rectangle. |
| X | X position to draw tile at |
| Y | Y position to draw tile at |
| SizeX | Width of tile |
| SizeY | Height of tile |
| U | Horizontal position of the upper left corner of the portion of the texture to be shown(texels) /** |