Microsoft.SPOT.Presentation.Shapes Namespace

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

Classes

Name 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

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