Ellipse Obj(Double, Double, Double, Double) Constructor
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public EllipseObj(
double x,
double y,
double width,
double height
)VB
Public Sub New (
x As Double,
y As Double,
width As Double,
height As Double
)