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

Implements abstract Geometry Buffer
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

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

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)

GeometryBuffer ( ) : System

Initializes a new instance of the GeometryBuffer class.

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

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

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

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

Fills the color type buffer (VertexPositionColor)
public abstract 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 abstract 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

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

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