Class VFRectHelper
VFRect helper.
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class VFRectHelper
Methods
IsEmpty(VFRectIntl)
Determines whether the specified rectangle is empty.
Declaration
public static bool IsEmpty(this VFRectIntl rect)
Parameters
| Type | Name | Description |
|---|---|---|
| VFRectIntl | rect | The rectangle. |
Returns
| Type | Description |
|---|---|
| bool |
|
ToRect(VFRectIntl)
Converts to Rect.
Declaration
public static Rect ToRect(this VFRectIntl rect)
Parameters
| Type | Name | Description |
|---|---|---|
| VFRectIntl | rect | The rectangle. |
Returns
| Type | Description |
|---|---|
| Rect | Rect. |
ToRectangle(VFRectIntl)
Converts to Rectangle.
Declaration
public static Rectangle ToRectangle(this VFRectIntl rect)
Parameters
| Type | Name | Description |
|---|---|---|
| VFRectIntl | rect | The rectangle. |
Returns
| Type | Description |
|---|---|
| Rectangle | Rectangle. |
ToVFRect(Rectangle)
Converts to VFRect.
Declaration
public static VFRectIntl ToVFRect(this Rectangle rect)
Parameters
| Type | Name | Description |
|---|---|---|
| Rectangle | rect | The rectangle. |
Returns
| Type | Description |
|---|---|
| VFRectIntl | VFRect. |