|
SpriteBatchBegin(Matrix, BlendState, SamplerState, DepthStencilState, RasterizerState, SpriteEffect) Method |
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void Begin(
ref Matrix transformMatrix,
BlendState blendState = null,
SamplerState samplerState = null,
DepthStencilState depthStencilState = null,
RasterizerState rasterizerState = null,
SpriteEffect spriteEffect = null
)
Parameters
- transformMatrix Matrix
- matrix transformation
- blendState BlendState (Optional)
- BlendState
- samplerState SamplerState (Optional)
- SamplerState
- depthStencilState DepthStencilState (Optional)
- DepthStencilState
- rasterizerState RasterizerState (Optional)
- RasterizerState
- spriteEffect SpriteEffect (Optional)
- SpriteEffect (optional)
See Also