C# Class CNCMaps.Engine.Map.GameObject

显示文件 Open project: zzattack/ccmaps-net Class Usage Examples

Public Properties

Property Type Description
DrawOrderIndex int
RequiresBoundsInvalidation bool
RequiresFrameInvalidation bool

Public Methods

Method Description
GameObject ( ) : System
GetBounds ( ) : Rectangle
ToString ( ) : string

Method Details

GameObject() public method

public GameObject ( ) : System
return System

GetBounds() public method

public GetBounds ( ) : Rectangle
return System.Drawing.Rectangle

ToString() public method

public ToString ( ) : string
return string

Property Details

DrawOrderIndex public_oe property

public int DrawOrderIndex
return int

RequiresBoundsInvalidation public_oe property

public bool RequiresBoundsInvalidation
return bool

RequiresFrameInvalidation public_oe property

public bool RequiresFrameInvalidation
return bool