Class CmxObject
CmxObject class
Object containing information about the graphic element.
public class CmxObject : ICmxDocElement
Constructors
Name | Description |
---|
CmxObject() | The default constructor. |
Properties
Name | Description |
---|
FillStyle { get; set; } | Gets or sets the fill style. |
ObjectSpec { get; set; } | Gets or sets the object specification. |
Outline { get; set; } | Gets or sets the outline style. |
Methods
Name | Description |
---|
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
override ToString() | Returns a String that represents this instance. |
See Also