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.Windows.Forms.PropertyGrid
|
Properties
Dimension
Declaration
public Rectangle Dimension { get; set; }
Property Value
System.Drawing.Rectangle
|
Points
Declaration
public List<ShapePoint> Points { get; }
Property Value
System.Collections.Generic.List<ShapePoint>
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
GetShape()
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
System.Windows.Forms.PaintEventArgs
e
|