Class RadShapeEditorControl
Represents a shape editor control.
Inheritance
System.Object
RadShapeEditorControl
Namespace: Telerik.WinControls.OldShapeEditor
Assembly: Telerik.WinControls.dll
Syntax
public class RadShapeEditorControl : UserControl
Constructors
RadShapeEditorControl()
Declaration
public RadShapeEditorControl()
Fields
propertyGrid
Declaration
public PropertyGrid propertyGrid
Field Value
System.
|
Properties
Dimension
Declaration
public Rectangle Dimension { get; set; }
Property Value
System.
|
Points
Declaration
public List<ShapePoint> Points { get; }
Property Value
System.
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
GetShape()
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.
|