C# Class Pinta.Core.LayerProperties

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
LayerProperties ( string name, bool hidden, double opacity ) : System
SetProperties ( Layer layer ) : void

Method Details

LayerProperties() public méthode

public LayerProperties ( string name, bool hidden, double opacity ) : System
name string
hidden bool
opacity double
Résultat System

SetProperties() public méthode

public SetProperties ( Layer layer ) : void
layer Layer
Résultat void