Class ManipulationAdornerElement
Represents a manipulation adorner element that provides visual feedback for diagram item manipulation operations.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ManipulationAdornerElement : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
ManipulationAdornerElement()
Initializes a new instance of the ManipulationAdornerElement class.
Declaration
public ManipulationAdornerElement()
ManipulationAdornerElement(Image, Int32, Int32)
Initializes a new instance of the ManipulationAdornerElement class with a specified image and optional dimensions.
Declaration
public ManipulationAdornerElement(Image image, int width = 0, int height = 0)
Parameters
System.Drawing.Image
image
The image to display in the adorner point. |
System.Int32
width
The optional width for the adorner point. |
System.Int32
height
The optional height for the adorner point. |
Properties
AdornerPoint
Gets or sets the adorner point element that represents the visual manipulation handle.
Declaration
public LightVisualElement AdornerPoint { get; set; }
Property Value
LightVisualElement
|
Methods
CreateChildElements()
Creates the child elements for the manipulation adorner including the adorner point.
Declaration
protected override void CreateChildElements()
Overrides
PaintElement(IGraphics, Single, SizeF)
Paints the manipulation adorner element with high-quality graphics settings.
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
The graphics object used for painting. |
System.Single
angle
The rotation angle for the painting operation. |
System.Drawing.SizeF
scale
The scale factor for the painting operation. |