| Name | Description |
---|
| Draw(ShaderResourceView, RectangleF, Boolean) |
Draw method adds the specified texture to the destinationRectangle and with specified mask defined by the color parameter.
Draw method must be called after Begin and End methods are called.
|
| Draw(ShaderResourceView, RectangleF, Boolean, Color4) |
Draw method adds the specified texture to the destinationRectangle and with specified mask defined by the color parameter.
Draw method must be called after Begin and End methods are called.
|
| Draw(ShaderResourceView, RectangleF, RectangleF, Boolean, Color4) |
Draw method adds the specified texture to the destinationRectangle and with specified mask defined by the color parameter.
The method takes sourceRectangle as parameter. This can be used to have one texture with many images.
Draw method must be called after Begin and End methods are called.
|