[]
        
(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)
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)
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.