Interface IObjectWithBounds

Interface IObjectWithBounds

İsim alanı : Aspose.Imaging Toplantı: Aspose.Imaging.dll (25.4.0)

Sınırları olan bir nesneyi temsil eder.

public interface IObjectWithBounds

Properties

Bounds

nesne sınırlarını alır.

Rectangle Bounds { get; }

Mülkiyet Değer

Rectangle

Height

nesnenin yüksekliğine sahiptir.

int Height { get; }

Mülkiyet Değer

int

Size

nesnenin büyüklüğünü belirtir.

Size Size { get; }

Mülkiyet Değer

Size

Width

nesne genişliğine sahiptir.

int Width { get; }

Mülkiyet Değer

int

 Türkçe