| Name | Description |
---|
| Begin(BlendState, SamplerState, DepthStencilState, RasterizerState, SpriteEffect) |
Begin method must be called before any Draw(ShaderResourceView, RectangleF, Boolean, Color4) or Draw(ShaderResourceView, RectangleF, RectangleF, Boolean, Color4) calls.
The method sets common properties of all sprites that will be defined by Draw call.
After all draw calls are done, the End method must be called.
|
| Begin(Matrix, BlendState, SamplerState, DepthStencilState, RasterizerState, SpriteEffect) |
Begin method must be called before any Draw(ShaderResourceView, RectangleF, Boolean, Color4) or Draw(ShaderResourceView, RectangleF, RectangleF, Boolean, Color4) calls.
The method sets common properties of all sprites that will be defined by Draw call.
After all draw calls are done, the End method must be called.
|