Connector.OnPaintSelected 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.
Used for drawing a Connector that is selected by the user.
protected public:
virtual void OnPaintSelected(System::Workflow::ComponentModel::Design::ActivityDesignerPaintEventArgs ^ e, bool primarySelection, cli::array <System::Drawing::Point> ^ segmentEditPoints);
protected internal virtual void OnPaintSelected (System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs e, bool primarySelection, System.Drawing.Point[] segmentEditPoints);
abstract member OnPaintSelected : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool * System.Drawing.Point[] -> unit
override this.OnPaintSelected : System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs * bool * System.Drawing.Point[] -> unit
Protected Friend Overridable Sub OnPaintSelected (e As ActivityDesignerPaintEventArgs, primarySelection As Boolean, segmentEditPoints As Point())
Parameters
An ActivityDesignerPaintEventArgs object that specifies the graphics to use to draw the object and the clipping rectangle in which to draw it.
- primarySelection
- Boolean
Not used.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.