SFML.Net
RenderWindowDraw Method (Vertex, PrimitiveType) |
Draw primitives defined by an array of vertices, with default render states
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public void Draw( Vertex[] vertices, PrimitiveType type )
Public Sub Draw ( vertices As Vertex(), type As PrimitiveType )
public: virtual void Draw( array<Vertex>^ vertices, PrimitiveType type ) sealed
abstract Draw : vertices : Vertex[] * type : PrimitiveType -> unit override Draw : vertices : Vertex[] * type : PrimitiveType -> unit
Parameters
- vertices
- Type: SFML.GraphicsVertex
Pointer to the vertices - type
- Type: SFML.GraphicsPrimitiveType
Type of primitives to draw
Implements
RenderTargetDraw(Vertex, PrimitiveType)