Property | Type | Description | |
---|---|---|---|
Bottom | float | ||
Left | float | ||
Name | string | ||
Right | float | ||
Top | float |
Method | Description | |
---|---|---|
DisplayRegion ( ) : System | ||
DisplayRegion ( FloatRectangle floatRectangle ) : System | ||
DisplayRegion ( float top, float bottom, float left, float right ) : System | ||
ToFloatRectangle ( ) : FloatRectangle |
public DisplayRegion ( FloatRectangle floatRectangle ) : System | ||
floatRectangle | FloatRectangle | |
return | System |
public DisplayRegion ( float top, float bottom, float left, float right ) : System | ||
top | float | |
bottom | float | |
left | float | |
right | float | |
return | System |