Interface IObjectWithBounds

Interface IObjectWithBounds

ja nimityö: Aspose.Imaging Kokoelma: Aspose.Imaging.dll (25.4.0)

Se edustaa objektia, jolla on rajoja.

public interface IObjectWithBounds

Properties

Bounds

Kohtaa kohteen rajat.

Rectangle Bounds { get; }

Omistuksen arvo

Rectangle

Height

Antaa kohteen korkeus.

int Height { get; }

Omistuksen arvo

int

Size

Saat kohteen koon.

Size Size { get; }

Omistuksen arvo

Size

Width

Antaa kohteen leveys.

int Width { get; }

Omistuksen arvo

int

 Suomi