Click or drag to resize

ColorItem Class

Represents one color.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADColorItem

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class ColorItem

The ColorItem type exposes the following members.

Constructors
  NameDescription
Protected methodColorItem
Initializes a new instance of the ColorItem class
Top
Properties
  NameDescription
Public propertyB
Get the B value.
Public propertyDocument
Get the document.
Public propertyG
Get the G value.
Public propertyIsInUse
Gets or sets a value indicating whether this color is used in the drawing.
Public propertyIsLayerColor
Get a value indicating whether it is a layer color or not.
Public propertyIsSystemColor
Get a value indicating whether it is system color or not.
Public propertyNumber
Get the color number.
Public propertyR
Get the R value.
Public propertyRGB
Get or set the RGB value.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetRGB
Set RBG value
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberLayerColorNumber
Get the number representing the layer color.
Top
See Also