Class CmxObject
Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.2.0)
Object containing information about the graphic element.
[JsonObject(MemberSerialization.OptIn)]
public class CmxObject : ICmxDocElement
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CmxObject()
public CmxObject()
Properties
FillStyle
Gets or sets the fill style.
[JsonProperty]
public CmxFillStyle FillStyle { get; set; }
Property Value
ObjectSpec
Gets or sets the object specification.
[JsonProperty]
public ICmxObjectSpec ObjectSpec { get; set; }
Property Value
Outline
Gets or sets the outline style.
[JsonProperty]
public CmxOutline Outline { get; set; }
Property Value
Methods
Equals(CmxObject)
Check if objects are equal.
protected bool Equals(CmxObject other)
Parameters
other
CmxObject
The other object.
Returns
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
object
The other object.
Returns
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
The hash code.
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.