Sdílet prostřednictvím


ShapeElement.UpdateGeometryLuminosity – metoda (DiagramClientView, Brush)

Aktualizace světlost stopy.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

'Deklarace
Public Function UpdateGeometryLuminosity ( _
    view As DiagramClientView, _
    brush As Brush _
) As Color
public Color UpdateGeometryLuminosity(
    DiagramClientView view,
    Brush brush
)

Parametry

Vrácená hodnota

Typ: System.Drawing.Color
Barva stopy před světelnost byla aktualizována.

Implementuje

IGeometryHost.UpdateGeometryLuminosity(DiagramClientView, Brush)

Příklady

if (this.HasFilledBackground(geometryHost))
{                    
    Color oldColor = geometryHost.UpdateGeometryLuminosity(e.View, interiorBrush);                                       
    graphics.FillPath(interiorBrush, interiorPath);
    
    graphics.DrawPath(solidLinePen, interiorPath);
    SolidBrush brush = interiorBrush as SolidBrush;
    if (brush != null) { brush.Color = oldColor; }                  
    
}

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ShapeElement Třída

UpdateGeometryLuminosity – přetížení

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů