RenderTarget.Draw Method

SFML.Net

RenderTargetDraw Method
Overload List
  Name Description
Public method Draw(Drawable)
Draw a drawable object to the render-target, with default render states
Public method Draw(Drawable, RenderStates)
Draw a drawable object to the render-target
Public method Draw(Vertex, PrimitiveType)
Draw primitives defined by an array of vertices, with default render states
Public method Draw(Vertex, PrimitiveType, RenderStates)
Draw primitives defined by an array of vertices
Public method Draw(Vertex, UInt32, UInt32, PrimitiveType)
Draw primitives defined by a sub-array of vertices, with default render states
Public method Draw(Vertex, UInt32, UInt32, PrimitiveType, RenderStates)
Draw primitives defined by a sub-array of vertices
Top
See Also