BuildScrollableRectangle Method (C1InputPanelBase)
In This Topic
Sets the scroll rectangle.
Syntax
'Declaration
Protected Overridable Function BuildScrollableRectangle( _
ByVal As Integer, _
ByVal As Integer _
) As Rectangle
protected virtual Rectangle BuildScrollableRectangle(
int ,
int
)
Parameters
- dx
- Amount to scroll in the x direction, in pixels.
- dy
- Amount to scroll in the y direction, in pixels.
See Also