Property | Type | Description | |
---|---|---|---|
fDimension | |||
fFrame | RectangleI | ||
fOrigin | Point3D |
Method | Description | |
---|---|---|
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 ( |
||
DrawBackground ( |
||
DrawForeground ( |
||
DrawSelf ( |
||
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 ( |
||
OnError ( |
||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnKeyUp ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseHover ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnMouseWheel ( |
||
OnNext ( |
||
OnNext ( |
||
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.
|
Method | Description | |
---|---|---|
OnDebug ( |
||
OnGainedFocus ( ) : void | ||
OnLostFocus ( ) : void | ||
OnMoving ( int dw, int dh ) : void | ||
OnSetContainer ( ) : void | ||
OnSetLocalTransform ( ) : void | ||
OnSetWorldTransform ( ) : void | ||
OnUpdateGeometryState ( ) : void |
public Contains ( int x, int y ) : bool | ||
x | int | The x-coordinate of the point of interest. |
y | int | The y-coordinate of the point of interest. |
return | bool |
public DrawBackground ( |
||
devent | ||
return | void |
public DrawForeground ( |
||
devent | ||
return | void |
public Graphic ( String name, RectangleI frame ) : System | ||
name | String | |
frame | RectangleI | |
return | System |
public Graphic ( String name, int x, int y, int width, int height ) : System | ||
name | String | |
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public Invalidate ( RectangleI portionOfClientRectangle ) : void | ||
portionOfClientRectangle | RectangleI | |
return | void |
protected OnDebug ( |
||
devent | ||
return | void |
public OnError ( |
||
excep | ||
return | void |
public OnKeyDown ( |
||
ke | ||
return | void |
public OnKeyPress ( |
||
kpe | ||
return | void |
public OnKeyUp ( |
||
ke | ||
return | void |
public OnMouseDown ( |
||
e | ||
return | void |
public OnMouseEnter ( |
||
e | ||
return | void |
public OnMouseHover ( |
||
e | ||
return | void |
public OnMouseLeave ( |
||
e | ||
return | void |
public OnMouseMove ( |
||
e | ||
return | void |
public OnMouseUp ( |
||
e | ||
return | void |
public OnMouseWheel ( |
||
e | ||
return | void |
public OnNext ( |
||
ke | ||
return | void |
public ResizeTo ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
protected Vector3D,NewTOAPIA.Graphics fDimension | ||
return |