C# Class CubbyLand.Circle

Mostrar archivo Open project: utilForever/CubbyLand

Public Properties

Property Type Description
center CubbyLand.Point
radius double

Public Methods

Method Description
Circle ( double centerX, double centerY, double radius ) : System

Method Details

Circle() public method

public Circle ( double centerX, double centerY, double radius ) : System
centerX double
centerY double
radius double
return System

Property Details

center public_oe property

public Point,CubbyLand center
return CubbyLand.Point

radius public_oe property

public double radius
return double