Class ManipulationAdornerElement
Inheritance
System.Object
ManipulationAdornerElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class ManipulationAdornerElement : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
ManipulationAdornerElement()
Declaration
public ManipulationAdornerElement()
ManipulationAdornerElement(Image, Int32, Int32)
Declaration
public ManipulationAdornerElement(Image image, int width = 0, int height = 0)
Parameters
System.Drawing.Image
image
|
System.Int32
width
|
System.Int32
height
|
Properties
AdornerPoint
Methods
CreateChildElements()
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|