Partager via


ICanvas.SetShadow(SizeF, Single, Color) Méthode

Définition

Ajoute une ombre à un objet graphique.

public:
 void SetShadow(Microsoft::Maui::Graphics::SizeF offset, float blur, Microsoft::Maui::Graphics::Color ^ color);
public void SetShadow (Microsoft.Maui.Graphics.SizeF offset, float blur, Microsoft.Maui.Graphics.Color color);
abstract member SetShadow : Microsoft.Maui.Graphics.SizeF * single * Microsoft.Maui.Graphics.Color -> unit
Public Sub SetShadow (offset As SizeF, blur As Single, color As Color)

Paramètres

offset
SizeF

Représente la position d’une source de lumière qui crée l’ombre.

blur
Single

Quantité de flou à appliquer à l’ombre.

color
Color

Couleur de l’ombre.

S’applique à