UITypeEditor.PaintValue メソッド (Object, Graphics, Rectangle)
指定したキャンバスに、指定したオブジェクトの値の視覚的な表現を描画します。
Overloads Public Sub PaintValue( _
ByVal value As Object, _ ByVal canvas As Graphics, _ ByVal rectangle As Rectangle _)
[C#]
public void PaintValue(objectvalue,Graphicscanvas,Rectanglerectangle);
[C++]
public: void PaintValue(Object* value,Graphics* canvas,Rectanglerectangle);
[JScript]
public function PaintValue(
value : Object,canvas : Graphics,rectangle : Rectangle);
パラメータ
- value
型エディタで表示する値を持つオブジェクト。 - canvas
オブジェクトの値の視覚的な表現が描画される描画キャンパス。 - rectangle
値の視覚的な表現を描画する領域の境界を示す Rectangle 。
解説
エディタは、指定されている四角形の境界内に視覚表現を描画します。この四角形は、プロパティ ウィンドウ内で値の内部表現が描画される領域を示します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UITypeEditor クラス | UITypeEditor メンバ | System.Drawing.Design 名前空間 | UITypeEditor.PaintValue オーバーロードの一覧