C# Class PsmFramework.Engines.DrawEngine2d.Textures.Texture2dArea

Show file Open project: artwallace/PsmFramework Class Usage Examples

Public Properties

Property Type Description
Bottom System.Int32
BottomLeft Coordinate2i
BottomRight Coordinate2i
CoordinateArray System.Single[]
Height System.Int32
Left System.Int32
Right System.Int32
Top System.Int32
TopLeft Coordinate2i
TopRight Coordinate2i
Width System.Int32

Private Methods

Method Description
Texture2dArea ( Int32 left, Int32 top, Int32 right, Int32 bottom, Int32 textureWidth, Int32 textureHeight ) : System

Property Details

Bottom public property

public Int32,System Bottom
return System.Int32

BottomLeft public property

public Coordinate2i BottomLeft
return Coordinate2i

BottomRight public property

public Coordinate2i BottomRight
return Coordinate2i

CoordinateArray public property

public Single[],System CoordinateArray
return System.Single[]

Height public property

public Int32,System Height
return System.Int32

Left public property

public Int32,System Left
return System.Int32

Right public property

public Int32,System Right
return System.Int32

Top public property

public Int32,System Top
return System.Int32

TopLeft public property

public Coordinate2i TopLeft
return Coordinate2i

TopRight public property

public Coordinate2i TopRight
return Coordinate2i

Width public property

public Int32,System Width
return System.Int32