C# Class Core2D.Project.XLayer

Container layer.
Inheritance: XSelectable
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string name = "Layer", XContainer owner = null, bool isVisible = true ) : XLayer

Creates a new XLayer instance.

Invalidate ( ) : void

Invalidate layer shapes.

XLayer ( ) : System

Initializes a new instance of the XLayer class.

Method Details

Create() public static méthode

Creates a new XLayer instance.
public static Create ( string name = "Layer", XContainer owner = null, bool isVisible = true ) : XLayer
name string The layer name.
owner XContainer The layer owner.
isVisible bool The flag indicating whether layer is visible.
Résultat XLayer

Invalidate() public méthode

Invalidate layer shapes.
public Invalidate ( ) : void
Résultat void

XLayer() public méthode

Initializes a new instance of the XLayer class.
public XLayer ( ) : System
Résultat System