ShapeElement::UpdateGeometryLuminosity Method (DiagramClientView^, Pen^)

 

Updates the luminosity for the pen.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual Color UpdateGeometryLuminosity(
	DiagramClientView^ view,
	Pen^ pen
) sealed

Parameters

view
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The client view for the diagram.

pen
Type: System.Drawing::Pen^

The pen.

Return Value

Type: System.Drawing::Color

The color of the pen before the luminosity was updated.

Return to top
Show: