C# 클래스 EmptyKeys.UserInterface.Media.GeometryBuffer

Implements abstract Geometry Buffer
상속: IDisposable
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines 1 사용 예제들

공개 메소드들

메소드 설명
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