Aracılığıyla paylaş


PaintValueEventArgs Oluşturucu

Tanım

Belirtilen değerleri kullanarak sınıfının yeni bir örneğini PaintValueEventArgs başlatır.

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)

Parametreler

context
ITypeDescriptorContext

Değerin görüntülendiği bağlam.

value
Object

Boyanacak değer.

graphics
Graphics

Çizimin Graphics gerçekleştirileceği nesne.

bounds
Rectangle

Çizimin Rectangle gerçekleştirileceği yer.

Özel durumlar

graphics, null değeridir.

Şunlara uygulanır