Microsoft.SPOT.Presentation.Shapes Namespace

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains types for drawing two-dimensional geometric shapes on hardware display devices.

Classes

  Class Description
Public class Ellipse Represents an ellipse displayed on a hardware display device.
Public class Line Represents a straight line between two points, as displayed on a hardware display device.
Public class Polygon Represents a polygon, which is a closed two-dimensional shape with three or more straight sides, as displayed on a hardware display device.
Public class Rectangle Represents a rectangle displayed on a hardware display device.
Public class Shape Represents a line or a two-dimensional shape displayed on a hardware display device.

Enumerations

  Enumeration Description
Public enumeration Direction Specifies the direction in which a line is to be drawn.