Class EllipseGeometry
Represents the geometry of a circle or ellipse.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class EllipseGeometry : Geometry
Constructors
| Improve this Doc View SourceEllipseGeometry()
Initializes a new instance of the EllipseGeometry class.
Declaration
public EllipseGeometry()
Fields
| Improve this Doc View SourceCenterProperty
Identifies the Center dependency property.
Declaration
public static readonly DependencyProperty CenterProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RadiusXProperty
Identifies the RadiusX dependency property.
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RadiusYProperty
Identifies the RadiusY dependency property.
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCenter
Gets or sets the center point of the EllipseGeometry.
Declaration
public Point Center { get; set; }
Property Value
Type | Description |
---|---|
Point |
RadiusX
Gets or sets the x-radius value of the EllipseGeometry.
Declaration
public double RadiusX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RadiusY
Gets or sets the y-radius value of the EllipseGeometry.
Declaration
public double RadiusY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceDefineInCanvas(Path, Object, Double, Double, Double, Double, Double, Double, Size)
Declaration
protected override void DefineInCanvas(Path path, object canvasDomElement, double horizontalMultiplicator, double verticalMultiplicator, double xOffsetToApplyBeforeMultiplication, double yOffsetToApplyBeforeMultiplication, double xOffsetToApplyAfterMultiplication, double yOffsetToApplyAfterMultiplication, Size shapeActualSize)
Parameters
Type | Name | Description |
---|---|---|
Path | path | |
System.Object | canvasDomElement | |
System.Double | horizontalMultiplicator | |
System.Double | verticalMultiplicator | |
System.Double | xOffsetToApplyBeforeMultiplication | |
System.Double | yOffsetToApplyBeforeMultiplication | |
System.Double | xOffsetToApplyAfterMultiplication | |
System.Double | yOffsetToApplyAfterMultiplication | |
Size | shapeActualSize |
Overrides
| Improve this Doc View SourceGetMinMaxXY(ref Double, ref Double, ref Double, ref Double)
Declaration
protected override void GetMinMaxXY(ref double minX, ref double maxX, ref double minY, ref double maxY)
Parameters
Type | Name | Description |
---|---|---|
System.Double | minX | |
System.Double | maxX | |
System.Double | minY | |
System.Double | maxY |