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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.