Interface IObjectWithBounds

Interface IObjectWithBounds

Nama dari : Aspose.Imaging Pengumpulan: Aspose.Imaging.dll (25.4.0)

Ia mewakili suatu objek dengan batas.

public interface IObjectWithBounds

Properties

Bounds

Mendapatkan objek batas.

Rectangle Bounds { get; }

Nilai Properti

Rectangle

Height

Mendapatkan ketinggian objek.

int Height { get; }

Nilai Properti

int

Size

Dapatkan ukuran objek.

Size Size { get; }

Nilai Properti

Size

Width

Mendapatkan lebar objek.

int Width { get; }

Nilai Properti

int

 Indonesia