Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FillColor ( List |
Fills the color type buffer (VertexPositionColor)
|
|
FillTexture ( List |
Fills the texture type buffer (VertexPositionTexture)
|
|
GeometryBuffer ( ) : System |
Initializes a new instance of the GeometryBuffer class.
|
public abstract FillColor ( List |
||
points | List |
The points. |
primitiveType | GeometryPrimitiveType | Type of the primitive. |
return | void |
public abstract FillTexture ( List |
||
points | List |
The points. |
destinationSize | Size | Size of the destination. |
sourceRect | Rect | The source rect. |
primitiveType | GeometryPrimitiveType | Type of the primitive. |
return | void |