Back to Website
Show / Hide Table of Contents

Class Layer

Inheritance
System.Object
Layer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class Layer

Constructors

Layer()

Declaration
public Layer()

Fields

PreviewColor

Declaration
public RgbColor PreviewColor
Field Value
Type Description
Aurigma.GraphicsMill.RgbColor

RenderingType

Declaration
public RenderingType RenderingType
Field Value
Type Description
RenderingType

TextureSourceHeight

Declaration
public int TextureSourceHeight
Field Value
Type Description
System.Int32

TextureSourceWidth

Declaration
public int TextureSourceWidth
Field Value
Type Description
System.Int32

TextureStorageId

Declaration
public string TextureStorageId
Field Value
Type Description
System.String

Properties

Canvas

Declaration
public ICanvas Canvas { get; }
Property Value
Type Description
ICanvas

Index

Declaration
public int Index { get; }
Property Value
Type Description
System.Int32

ItemHandlers

Declaration
public ItemHandlersCollection ItemHandlers { get; }
Property Value
Type Description
ItemHandlersCollection

Locked

Declaration
public bool Locked { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Region

Declaration
public RectangleF? Region { get; set; }
Property Value
Type Description
System.Nullable<System.Drawing.RectangleF>

UniqueId

Declaration
public string UniqueId { get; set; }
Property Value
Type Description
System.String

Visible

Declaration
public bool Visible { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...