Class SizeHelper
Size helper.
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class SizeHelper
Methods
ToSize(Size)
Converts to Size.
Declaration
public static Size ToSize(this Size sz)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | sz | The size. |
Returns
| Type | Description |
|---|---|
| Size | VisioForge.Core.Types.Size. |
ToSize(Size)
Converts to Size.
Declaration
public static Size ToSize(this Size sz)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | sz | The size. |
Returns
| Type | Description |
|---|---|
| Size | System.Drawing.Size. |