Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Checks whether this instance is equal to the specified object.
|
|
TextureClipRegion ( int left, int top, int width, int height ) : System |
Creates a new clip region.
|
|
operator ( ) : bool |
Checks whether two clip regions are equal.
|
public TextureClipRegion ( int left, int top, int width, int height ) : System | ||
left | int | The left coordinate. |
top | int | The top coordinate. |
width | int | The width. |
height | int | The height. |
return | System |