Class CmxImageSpec

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

object CmxImageSpec

Implements

ICmxObjectSpec

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

RectangleF

CropBox

Zostaw lub ustaw pudełko ziołowe.

public RectangleF CropBox { get; set; }

Wartość nieruchomości

RectangleF

ImageType

Otrzymuje lub ustawia typ obrazu.

public ushort ImageType { get; set; }

Wartość nieruchomości

ushort

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

bool

Matrix

Zostaw lub ustaw matrycę transformacji.

public Matrix Matrix { get; set; }

Wartość nieruchomości

Matrix

Methods

Equals(CmxImageSpec)

Sprawdź, czy obiekty są równe.

protected bool Equals(CmxImageSpec other)

Parameters

other CmxImageSpec

Kolejny obiekt.

Returns

bool

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

bool

Wynik porównania równości.

GetHashCode()

Zdobądź kod hash bieżącego obiektu.

public override int GetHashCode()

Returns

int

To jest kod hash.

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski