Élipse
Vue de l’ensemble
‘Ellipse’ est une classe dans Aspose.PDF FOSS pour .NET. hérite de: ‘Shape’.
Une forme de l’éllipse.
Cette classe fournit 2 méthodes pour travailler avec les objets Ellipse dans des programmes .NET. Les méthodologies disponibles comprennent: ‘CheckBounds’, ‘Ellipte’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.PDF FOSS pour le package .net. Propriétés : ‘Bottom’, CenterX, SenterY , ‘GraphInfo` et 4 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
CenterX | double | Read/Write | Gets or sets the center x. |
CenterY | double | Read/Write | Gets or sets the center y. |
RadiusX | double | Read/Write | Gets or sets the radius x. |
RadiusY | double | Read/Write | Gets or sets the radius y. |
Left | double | Read/Write | Left edge of the bounding box (CenterX − RadiusX). |
Bottom | double | Read/Write | Bottom edge of the bounding box (CenterY − RadiusY). |
Width | double | Read/Write | Width of the bounding box (2 × RadiusX). |
Height | double | Read/Write | Height of the bounding box (2 × RadiusY). |
GraphInfo | Aspose.Pdf.GraphInfo | Read/Write | Gets or sets the graph info. |
Text | Aspose.Pdf.Text.TextFragment? | Read/Write | Optional text label rendered with the shape. |
méthodes
| Signature | Description |
|---|---|
Ellipse(left: double, bottom: double, width: double, height: double) | Bounding-box ctor. |
CheckBounds(containerWidth: double, containerHeight: double) | Whether this ellipse lies entirely within a containerWidth×containerHeight box anchored at the origin. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise