ColorEditor.PaintValue(PaintValueEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Paints a representative value of the given object to the provided canvas.
public:
override void PaintValue(System::Drawing::Design::PaintValueEventArgs ^ e);
public override void PaintValue (System.Drawing.Design.PaintValueEventArgs e);
override this.PaintValue : System.Drawing.Design.PaintValueEventArgs -> unit
Public Overrides Sub PaintValue (e As PaintValueEventArgs)
Parameters
What to paint and where to paint it.
Remarks
Painting should be done within the boundaries of the provided rectangle.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.