PaintValueEventArgs コンストラクター

定義

指定した値を使用して、PaintValueEventArgs クラスの新しいインスタンスを初期化します。

public:
 PaintValueEventArgs(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value, System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public PaintValueEventArgs (System.ComponentModel.ITypeDescriptorContext context, object value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
public PaintValueEventArgs (System.ComponentModel.ITypeDescriptorContext? context, object? value, System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
new System.Drawing.Design.PaintValueEventArgs : System.ComponentModel.ITypeDescriptorContext * obj * System.Drawing.Graphics * System.Drawing.Rectangle -> System.Drawing.Design.PaintValueEventArgs
Public Sub New (context As ITypeDescriptorContext, value As Object, graphics As Graphics, bounds As Rectangle)

パラメーター

context
ITypeDescriptorContext

値が表示されるコンテキスト。

value
Object

描画する値。

graphics
Graphics

描画に使用する Graphics オブジェクト。

bounds
Rectangle

描画領域を示す Rectangle

例外

graphicsnullです。

適用対象