[]
Processes the margin.
protected RectangleF ProcessMargin(RectangleF rect, Inset margin)
Protected Function ProcessMargin(rect As RectangleF, margin As Inset) As RectangleF
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | The rectangle. |
| Inset | margin | The margin. |
| Type | Description |
|---|---|
| RectangleF |
Processes the margin.
protected RectangleF ProcessMargin(RectangleF rect, Inset margin, float zoomFactor)
Protected Function ProcessMargin(rect As RectangleF, margin As Inset, zoomFactor As Single) As RectangleF
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | The rectangle. |
| Inset | margin | The margin. |
| float | zoomFactor | The zoom factor. |
| Type | Description |
|---|---|
| RectangleF |