É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

NameTypeAccessDescription
CenterXdoubleRead/WriteGets or sets the center x.
CenterYdoubleRead/WriteGets or sets the center y.
RadiusXdoubleRead/WriteGets or sets the radius x.
RadiusYdoubleRead/WriteGets or sets the radius y.
LeftdoubleRead/WriteLeft edge of the bounding box (CenterX − RadiusX).
BottomdoubleRead/WriteBottom edge of the bounding box (CenterY − RadiusY).
WidthdoubleRead/WriteWidth of the bounding box (2 × RadiusX).
HeightdoubleRead/WriteHeight of the bounding box (2 × RadiusY).
GraphInfoAspose.Pdf.GraphInfoRead/WriteGets or sets the graph info.
TextAspose.Pdf.Text.TextFragment?Read/WriteOptional text label rendered with the shape.

méthodes

SignatureDescription
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
 Français