C# Class Pinta.Core.LayerProperties

显示文件 Open project: xxgreg/Pinta Class Usage Examples

Public Methods

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

Method Details

LayerProperties() public method

public LayerProperties ( string name, bool hidden, double opacity ) : System
name string
hidden bool
opacity double
return System

SetProperties() public method

public SetProperties ( Layer layer ) : void
layer Layer
return void