StyleSet::GetPen Method (StyleSetResourceId^)

 

Retrieves a specific Pen from the StyleSet. If it's not in the current one, it looks up the parent chain to see if it can find it there. This is a singleton. Do not dispose - this will crash! Use immediately. Use GetPenCopy if another pen is needed!

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

public:
Pen^ GetPen(
	StyleSetResourceId^ penId
)

Parameters

penId
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^

Id of pen to retrieve.

Return Value

Type: System.Drawing::Pen^
Return to top
Show: