Circle

Overview

Circle is a class in Aspose.PDF FOSS for .NET. Inherits from: Shape.

A circle shape.

This class provides 3 methods for working with Circle objects in .NET programs. Available methods include: CheckBounds, Circle. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CenterX, CenterY, GraphInfo, PosX, PosY, Radius, and 1 more.

Properties

NameTypeAccessDescription
CenterXdoubleRead/WriteGets or sets the center x.
CenterYdoubleRead/WriteGets or sets the center y.
RadiusdoubleRead/WriteGets or sets the radius.
PosXdoubleRead/WriteCentre X (alias for CenterX).
PosYdoubleRead/WriteCentre Y (alias for CenterY).
GraphInfoAspose.Pdf.GraphInfoRead/WriteGets or sets the graph info.
TextAspose.Pdf.Text.TextFragment?Read/WriteOptional text label rendered with the shape.

Methods

SignatureDescription
Circle(centerX: double, centerY: double, radius: double)Calls Circle on this Circle instance.
Circle(posX: float, posY: float, radius: float)Single-precision overload.
CheckBounds(containerWidth: double, containerHeight: double)Whether this circle lies entirely within a containerWidth×containerHeight box anchored at the origin.

See Also