This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
1e7f7e4b 5291 2839 c185 c262b784a789
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the state of the properties of a layer.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class LayerStateProperties : ICloneableVB
Public Class LayerStateProperties
Implements ICloneableC++
public ref class LayerStateProperties : ICloneableF#
type LayerStateProperties =
class
interface ICloneable
end| Inheritance | Object → LayerStateProperties |
| Implements | ICloneable |
| LayerStateProperties(Layer) | Initializes a new instance of the LayerStateProperties class. |
| LayerStateProperties(String) | Initializes a new instance of the LayerStateProperties class. |
| 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. |
| 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) |