[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutView.CreateRect

CreateRect Method

CreateRect(object)

Creates a new LayoutRect and associates it with the LayoutView.

Declaration
public LayoutRect CreateRect(object tag = null)
Public Function CreateRect(Optional tag As Object = Nothing) As LayoutRect
Parameters
Type Name Description
object tag

The object that contains data about the LayoutRect.

Returns
Type Description
LayoutRect

The created LayoutRect object.