Click or drag to resize
AB4D logo

SpriteBatchBegin Method

Overload List
 NameDescription
Public methodBegin(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.
Public methodBegin(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.
Top
See Also