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

显示文件 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_oe property

public Int32,System Bottom
return System.Int32

BottomLeft public_oe property

public Coordinate2i BottomLeft
return Coordinate2i

BottomRight public_oe property

public Coordinate2i BottomRight
return Coordinate2i

CoordinateArray public_oe property

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

Height public_oe property

public Int32,System Height
return System.Int32

Left public_oe property

public Int32,System Left
return System.Int32

Right public_oe property

public Int32,System Right
return System.Int32

Top public_oe property

public Int32,System Top
return System.Int32

TopLeft public_oe property

public Coordinate2i TopLeft
return Coordinate2i

TopRight public_oe property

public Coordinate2i TopRight
return Coordinate2i

Width public_oe property

public Int32,System Width
return System.Int32