Class CmxGroup
CmxGroup class
Group of ICmxDocElement
public class CmxGroup : CmxContainer
Constructors
Name | Description |
---|
CmxGroup() | The default constructor. |
Properties
Name | Description |
---|
BoundBox { get; set; } | Gets or sets the bounding box. |
Disposed { get; } | Gets a value indicating whether this instance is disposed. |
virtual Elements { get; } | Gets the elements. |
Methods
Name | Description |
---|
Dispose() | Disposes the current instance. |
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