RenderEmpty Constructor(Unit,Unit)
In This Topic
Initializes a new instance of the
RenderEmpty class with specified width and height.
Syntax
'Declaration
Public Function New( _
ByVal As Unit, _
ByVal As Unit _
)
public RenderEmpty(
Unit ,
Unit
)
Parameters
- width
- The Unit width of the current RenderEmpty object.
- height
- The Unit height of the current RenderEmpty object.
See Also