Property | Type | Description | |
---|---|---|---|
ICloneable | object |
Method | Description | |
---|---|---|
Clone ( bool excludeImage = true ) : |
Creates a new object that is a copy of the current instance.
|
|
GetAxis ( ) : |
Gets two points defining the horizontal axis of the object.
|
|
GetAxis ( AxisOrientation axis ) : |
Gets two points defining the axis of the object.
|
|
Reset ( ) : void |
Resets this tracking object.
|
|
TrackingObject ( ) : System |
Constructs a new tracking object.
|
|
TrackingObject ( |
Constructs a new tracking object.
|
|
TrackingObject ( |
Constructs a new tracking object.
|
|
TrackingObject ( |
Constructs a new tracking object.
|
Method | Description | |
---|---|---|
ICloneable ( ) : object |
Creates a new object that is a copy of the current instance.
|
public Clone ( bool excludeImage = true ) : |
||
excludeImage | bool | Pass true to not include
/// the |
return |
public GetAxis ( AxisOrientation axis ) : |
||
axis | AxisOrientation | |
return |
public TrackingObject ( |
||
center | The center of gravity of the object. | |
return | System |
public TrackingObject ( |
||
rectangle | The rectangle containing the object. | |
center | The center of gravity of the object. | |
angle | float | The angle of orientation for the object. |
return | System |
public TrackingObject ( |
||
rectangle | The rectangle containing the object. | |
angle | float | The angle of the object. |
return | System |