Class BitmapLayer
Inheritance
System.Object
BitmapLayer
Syntax
Constructors
BitmapLayer(Int32, Int32)
Declaration
public BitmapLayer(int w, int h)
Parameters
Type |
Name |
Description |
System.Int32 |
w |
|
System.Int32 |
h |
|
Properties
BlendMode
Declaration
public LayerBlendMode BlendMode { get; set; }
Property Value
Bounds
Declaration
public Rectangle Bounds { get; }
Property Value
ChildLayer
Declaration
public List<BitmapLayer> ChildLayer { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<BitmapLayer> |
|
IsGroup
Declaration
public bool IsGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LayerID
Declaration
public int LayerID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Declaration
public byte Opacity { get; set; }
Property Value
Type |
Description |
System.Byte |
|
ParentLayer
Declaration
public BitmapLayer ParentLayer { get; set; }
Property Value
Surface
Declaration
public Surface Surface { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Dispose()
Declaration