[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Wir aufgerufen, um den benutzerdefinierten Bereich des Knotens zu zeichnen.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
C# |
---|
protected virtual void PaintCustomArea( Graphics g, RectangleF area, IPaintProperties pp ) |
Visual Basic |
---|
Protected Overridable Sub PaintCustomArea ( _ g As Graphics, _ area As RectangleF, _ pp As IPaintProperties _ ) |
F# |
---|
abstract PaintCustomArea : g:Graphics * area:RectangleF * pp:IPaintProperties -> unit override PaintCustomArea : g:Graphics * area:RectangleF * pp:IPaintProperties -> unit |
Parameters
- g
- Type: System.Drawing..::..Graphics
Der grafische Kontext.
- area
- Type: System.Drawing..::..RectangleF
Der benutzerdefinierte Bereich.
- pp
- Type: DynamicNode.Ext.Visual..::..IPaintProperties
Eine Sammlung von Zeichenressourcen.