StyleSet::GetBrushCopy Method (StyleSetResourceId^)
Visual Studio 2015
Retrieves a specific Brush 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 copy. Caller is responsible for dispose.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- brushId
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^
ID of brush
Return Value
Type: System.Drawing::Brush^
Show: