[]
Creates a new LayoutRect and associates it with the LayoutView.
public LayoutRect CreateRect(object tag = null)
Public Function CreateRect(Optional tag As Object = Nothing) As LayoutRect
| Type | Name | Description |
|---|---|---|
| object | tag | The object that contains data about the LayoutRect. |
| Type | Description |
|---|---|
| LayoutRect | The created LayoutRect object. |