Class CmxImageSpec
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Przedstawia informacje określone dla obrazów rasterowych.
public class CmxImageSpec : ICmxObjectSpec
Inheritance
Implements
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxImageSpec()
public CmxImageSpec()
Properties
BoundBox
Zostaw lub ustaw pudełko wiążące.
public RectangleF BoundBox { get; set; }
Wartość nieruchomości
CropBox
Zostaw lub ustaw pudełko ziołowe.
public RectangleF CropBox { get; set; }
Wartość nieruchomości
ImageType
Otrzymuje lub ustawia typ obrazu.
public ushort ImageType { get; set; }
Wartość nieruchomości
Images
Uzyskuje lub ustawia obrazy.
public CmxRasterImage[] Images { get; set; }
Wartość nieruchomości
CmxRasterImage [ ]
IsCmx3Image
Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest obrazem CMX3.
public bool IsCmx3Image { get; set; }
Wartość nieruchomości
Matrix
Zostaw lub ustaw matrycę transformacji.
public Matrix Matrix { get; set; }
Wartość nieruchomości
Methods
Equals(CmxImageSpec)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxImageSpec other)
Parameters
other
CmxImageSpec
Kolejny obiekt.
Returns
Wynik porównania równości.
Equals(Obiekt)
Sprawdź, czy obiekty są równe.
public override bool Equals(object obj)
Parameters
obj
object
Kolejny obiekt.
Returns
Wynik porównania równości.
GetHashCode()
Zdobądź kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.