'Declaration
Public Sub SetRenderDimensions( _
ByVal As Integer, _
ByVal As Integer _
)
'使用法
Dim instance As RichTextEditor
Dim width As Integer
Dim height As Integer
instance.SetRenderDimensions(width, height)
public void SetRenderDimensions(
int ,
int
)