C# Класс EmptyKeys.UserInterface.Media.FNAGeometryBuffer

Implements FNA specific geometry buffer
Наследование: GeometryBuffer
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FNAGeometryBuffer ( ) : System

Initializes a new instance of the FNAGeometryBuffer class.

FillColor ( List points, GeometryPrimitiveType primitiveType ) : void

Fills the color type buffer (VertexPositionColor)

FillTexture ( List points, Size destinationSize, Rect sourceRect, GeometryPrimitiveType primitiveType ) : void

Fills the texture type buffer (VertexPositionTexture)

Приватные методы

Метод Описание
SetPrimitiveCount ( GeometryPrimitiveType primitiveType, int pointCount ) : void

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

FNAGeometryBuffer() публичный Метод

Initializes a new instance of the FNAGeometryBuffer class.
public FNAGeometryBuffer ( ) : System
Результат System

FillColor() публичный Метод

Fills the color type buffer (VertexPositionColor)
public FillColor ( List points, GeometryPrimitiveType primitiveType ) : void
points List The points.
primitiveType GeometryPrimitiveType Type of the primitive.
Результат void

FillTexture() публичный Метод

Fills the texture type buffer (VertexPositionTexture)
public FillTexture ( List points, Size destinationSize, Rect sourceRect, GeometryPrimitiveType primitiveType ) : void
points List The points.
destinationSize Size Size of the destination.
sourceRect Rect The source rect.
primitiveType GeometryPrimitiveType Type of the primitive.
Результат void