NodeShapeGeometry.DoPaintSelection 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.
Draws a selection typically surrounding the geometry.
public:
override void DoPaintSelection(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost, bool isSelected, bool isFocused, bool isPrimary);
public override void DoPaintSelection (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost, bool isSelected, bool isFocused, bool isPrimary);
override this.DoPaintSelection : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost * bool * bool * bool -> unit
Public Overrides Sub DoPaintSelection (e As DiagramPaintEventArgs, geometryHost As IGeometryHost, isSelected As Boolean, isFocused As Boolean, isPrimary As Boolean)
Parameters
The DiagramPaintEventArgs that contains paint event data.
- geometryHost
- IGeometryHost
The instance data for the geometry.
- isSelected
- Boolean
true if the geometry should indicate selection.
- isFocused
- Boolean
true if the geometry should indicate focus.
- isPrimary
- Boolean