CreateVisual(Contour,Boolean) Method
In This Topic
Creates a
Visual object that represents an element drawing the
GrapeCity.Documents.Layout.Contour.
Syntax
'Declaration
Public Overloads Function CreateVisual( _
ByVal As Contour, _
ByVal As System.Boolean _
) As Visual
public Visual CreateVisual(
Contour ,
System.bool
)
Parameters
- contour
- A GrapeCity.Documents.Layout.Contour to be associated with the Visual.
- createRect
- Indicates whether a new GrapeCity.Documents.Layout.LayoutRect must be associated with the Visual.
See Also