메소드 |
설명 |
|
Contains ( int x, int y ) : bool |
Determine whether a given point is within our frame. The point is given in the coordinate system of the containing control, and so is measured against the frame and not against the ClientRectangle. |
|
Draw ( DrawEvent devent ) : void |
|
|
DrawBackground ( DrawEvent devent ) : void |
|
|
DrawForeground ( DrawEvent devent ) : void |
|
|
DrawSelf ( DrawEvent devent ) : void |
|
|
Focus ( ) : void |
|
|
Graphic ( ) : System |
|
|
Graphic ( String name ) : System |
|
|
Graphic ( String name, RectangleI frame ) : System |
|
|
Graphic ( String name, int x, int y, int width, int height ) : System |
|
|
Invalidate ( ) : void |
Invalidate the entire client rectangle. |
|
Invalidate ( RectangleI portionOfClientRectangle ) : void |
Invalidate a portion of the client rectangle. |
|
LoseFocus ( ) : void |
|
|
MoveBy ( int dx, int dy ) : void |
|
|
MoveTo ( int x, int y ) : void |
|
|
OnCompleted ( ) : void |
|
|
OnDraw ( DrawEvent devent ) : void |
|
|
OnError ( Exception excep ) : void |
|
|
OnKeyDown ( KeyboardActivityArgs ke ) : void |
|
|
OnKeyPress ( KeyboardActivityArgs kpe ) : void |
|
|
OnKeyUp ( KeyboardActivityArgs ke ) : void |
|
|
OnMouseDown ( MouseActivityArgs e ) : void |
|
|
OnMouseEnter ( MouseActivityArgs e ) : void |
|
|
OnMouseHover ( MouseActivityArgs e ) : void |
|
|
OnMouseLeave ( MouseActivityArgs e ) : void |
|
|
OnMouseMove ( MouseActivityArgs e ) : void |
|
|
OnMouseUp ( MouseActivityArgs e ) : void |
|
|
OnMouseWheel ( MouseActivityArgs e ) : void |
|
|
OnNext ( KeyboardActivityArgs ke ) : void |
|
|
OnNext ( MouseActivityArgs e ) : void |
|
|
ResizeBy ( int dw, int dh ) : void |
|
|
ResizeTo ( int width, int height ) : void |
|
|
UpdateBoundaryState ( ) : void |
|
|
UpdateGeometryState ( ) : void |
The Geometry state needs to be updated whenever there is a change to the frame, or any other aspect of the geometry. Here recalculations that are dependent on the geometry will occur. By default, the container is queried for its transform. |
|