CmxObject

CmxObject class

Object containing information about the graphic element.

public class CmxObject : ICmxDocElement

Constructors

NameDescription
CmxObject()The default constructor.

Properties

NameDescription
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

NameDescription
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