Represents control for shape drawing.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
<ToolboxBitmapAttribute("Shape.bmp")> _
Public Class Shape _
	Inherits UserControl
C#
[ToolboxBitmapAttribute("Shape.bmp")]
public class Shape : UserControl
Visual C++
[ToolboxBitmapAttribute(L"Shape.bmp")]
public ref class Shape : public UserControl
JavaScript
Greatis.Nostalgia.Shape = function();

Type.createClass(
	'Greatis.Nostalgia.Shape',
	UserControl);

Inheritance Hierarchy

See Also