Class CmxImageSpec
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
- Assembly
- Aspose.Imaging.dll
Represents info specified for raster images.
public class CmxImageSpec : ICmxObjectSpec
- Inheritance
-
CmxImageSpec
- Implements
- Inherited Members
Constructors
CmxImageSpec()
public CmxImageSpec()
Properties
BoundBox
Gets or sets the bound box.
public RectangleF BoundBox { get; set; }
Property Value
CropBox
Gets or sets the crop box.
public RectangleF CropBox { get; set; }
Property Value
ImageType
Gets or sets the type of the image.
public ushort ImageType { get; set; }
Property Value
Images
Gets or sets the images.
public CmxRasterImage[] Images { get; set; }
Property Value
IsCmx3Image
Gets or sets a value indicating whether this instance is CMX3 image.
public bool IsCmx3Image { get; set; }
Property Value
- bool
true
if this instance is CMX3 image; otherwise,false
.
Matrix
Gets or sets the transformation matrix.
public Matrix Matrix { get; set; }
Property Value
Methods
Equals(CmxImageSpec)
Check if objects are equal.
protected bool Equals(CmxImageSpec other)
Parameters
other
CmxImageSpecThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
ToString()
Returns a string that represents this instance.
public override string ToString()