Shape
Contenuti
[
Nascondere
]Shape class
La forma. Un insieme continuo di punti collegati utilizzando una regola specifica.
public abstract class Shape : ObjectWithBounds
Proprietà
Nome | Descrizione |
---|---|
abstract Bounds { get; } | Ottiene i limiti dell’oggetto. |
abstract Center { get; } | Ottiene il centro della forma. |
abstract HasSegments { get; } | Ottiene un valore che indica se la forma ha segmenti. |
abstract Segments { get; } | Ottiene i segmenti della forma. |
Metodi
Nome | Descrizione |
---|---|
abstract GetBounds(Matrix) | Ottiene i limiti dell’oggetto. |
abstract GetBounds(Matrix, Pen) | Ottiene i limiti dell’oggetto. |
abstract Transform(Matrix) | Applica la trasformazione specificata alla forma. |
Guarda anche
- class ObjectWithBounds
- spazio dei nomi Aspose.Imaging
- assemblea Aspose.Imaging