Represents control for shape drawing.
Namespace:
Greatis.NostalgiaAssembly: 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
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.Nostalgia..::.Shape
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
Greatis.Nostalgia..::.Shape