Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( string name = "Layer", |
Creates a new XLayer instance.
|
|
Invalidate ( ) : void |
Invalidate layer shapes.
|
|
XLayer ( ) : System |
Initializes a new instance of the XLayer class.
|
public static Create ( string name = "Layer", |
||
name | string | The layer name. |
owner | The layer owner. | |
isVisible | bool | The flag indicating whether layer is visible. |
return |