Show / Hide Table of Contents

Method CreateElliptic

| Edit this page View Source

CreateElliptic(double, double, double, double)

Creates an elliptical region.

Declaration
public static Region CreateElliptic(double x1, double y1, double x2, double y2)
Parameters
Type Name Description
double x1

Specifies the x-coordinate in device independent units, of the upper-left corner of the bounding rectangle of the ellipse.

double y1

Specifies the yx-coordinate in device independent units, of the upper-left corner of the bounding rectangle of the ellipse.

double x2

Specifies the x-coordinate in device independent units, of the lower-right corner of the bounding rectangle of the ellipse.

double y2

Specifies the y-coordinate in device independent units, of the lower-right corner of the bounding rectangle of the ellipse.

Returns
Type Description
Region
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX