In This Topic
Create or update this HtmlElement with the provided info.
Syntax
'Declaration
Public Sub Layout( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void Layout(
System.float ,
System.float
)
Parameters
- width
- The width area in points.
- height
- The height area in points.
See Also