프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitializeComponent | void | ||
RectFFromRect | RectangleF | ||
RectForValue | Rectangle |
메소드 | 설명 | |
---|---|---|
RectFromValue ( TriColorValue value ) : Rectangle |
Find the rectangle (in client coordinates) for a given value
|
|
TriColorControl ( ) : System | ||
ValueFromPoint ( Point ptClient, TriColorValue &value ) : bool |
Find the value for a given point on the control
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGotFocus ( EventArgs e ) : void | ||
OnKeyUp ( KeyEventArgs e ) : void | ||
OnLostFocus ( EventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnSizeChanged ( EventArgs e ) : void | ||
WndProc ( Message &m ) : void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RectFFromRect ( Rectangle rect ) : RectangleF | ||
RectForValue ( TriColorValue value ) : Rectangle |
Find the rectangle corresponding to a given value
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public RectFromValue ( TriColorValue value ) : Rectangle | ||
value | TriColorValue | |
리턴 | Rectangle |
public ValueFromPoint ( Point ptClient, TriColorValue &value ) : bool | ||
ptClient | Point | Point in client coordinates |
value | TriColorValue | Value for point |
리턴 | bool |