Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1e7f7e4b 5291 2839 c185 c262b784a789

haplokuon edited this page May 6, 2023 · 1 revision

LayerStateProperties Class

netDxf 3.0.0 Library

Represents the state of the properties of a layer.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class LayerStateProperties : ICloneable

VB

Public Class LayerStateProperties
	Implements ICloneable

C++

public ref class LayerStateProperties : ICloneable

F#

type LayerStateProperties = 
    class
        interface ICloneable
    end
Inheritance Object → LayerStateProperties
Implements ICloneable

Constructors

LayerStateProperties(Layer) Initializes a new instance of the LayerStateProperties class.
LayerStateProperties(String) Initializes a new instance of the LayerStateProperties class.

Properties

Color Layer properties color.
Flags Layer properties flags.
LinetypeName Layer properties linetype name.
Lineweight Layer properties lineweight.
Name Gets the layer properties name.
Transparency Layer properties transparency.

Methods

Clone  
CompareWith Compares the stored properties with the specified layer.
CopyFrom Copy the layer to the current layer state properties.
CopyTo Copy the current layer state properties to a layer.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.Objects Namespace

Clone this wiki locally