SetRenderDimensions Method
Sets the dimensions of the renderer.
public void SetRenderDimensions(
int ,
int
)
'Declaration
Public Sub SetRenderDimensions( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As RichTextEditor
Dim width As Integer
Dim height As Integer
instance.SetRenderDimensions(width, height)
Parameters
- width
- Width of the renderer
- height
- Height of the renderer