Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Modifies the luminosity of the specified brush.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Function UpdateGeometryLuminosity ( _
view As DiagramClientView, _
brush As Brush _
) As Color
Color UpdateGeometryLuminosity(
DiagramClientView view,
Brush brush
)
Color UpdateGeometryLuminosity(
DiagramClientView^ view,
Brush^ brush
)
abstract UpdateGeometryLuminosity :
view:DiagramClientView *
brush:Brush -> Color
function UpdateGeometryLuminosity(
view : DiagramClientView,
brush : Brush
) : Color
Parameters
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe DiagramClientView which may maintain useful highlighting information.
brush
Type: BrushThe brush whose luminosity is to be updated.
Return Value
Type: Color
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.