[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeCompositionWindow.PositionWindow

PositionWindow Method

PositionWindow(Point)

Adjustes the window position.

Declaration
public void PositionWindow(Point position)
Public Sub PositionWindow(position As Point)
Parameters
Type Name Description
Point position

A Point indicates the position of the window.

PositionWindow(Point, Rectangle)

Adjustes the window position, and workArea.

Declaration
public void PositionWindow(Point position, Rectangle workArea)
Public Sub PositionWindow(position As Point, workArea As Rectangle)
Parameters
Type Name Description
Point position

A Point indicates the position of the window.

Rectangle workArea

A Rectangle indicates the work area of the window.