IOrderedShape Sınıfı
Summary: Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point.
The continuous set of points connected using a specific rule.
Module: aspose.imaging
Full Name: aspose.imaging.IOrderedShape
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| end_point | PointF | r | Şeklin son noktasını alır. |
| is_closed | bool | r/w | Kapalı sıralı şeklin olup olmadığını gösteren bir değeri alır veya ayarlar. Kapalı sıralı şekil işlenirken başlangıç ve bitiş noktaları bir anlam taşımaz. |
| start_point | PointF | r | Şeklin başlangıç noktasını alır. |
Methods
| Name | Açıklama |
|---|---|
| reverse() | Bu şekil için nokta sırasını tersine çevirir. |