Class Path
Inheritance
System.Object
Path
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.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class Path : Shape, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
Path()
Declaration
public Path()
Properties
Data
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
PaintCore(IPaintingContext)
Declaration
protected override void PaintCore(IPaintingContext context)
Parameters
IPaintingContext
context
|
Overrides
PaintGeometry(IPaintingContext, Geometry)
Declaration
protected virtual void PaintGeometry(IPaintingContext context, Geometry geometry)
Parameters
IPaintingContext
context
|
Geometry
geometry
|
PaintPathGeometry(IPaintingContext, PathGeometry)
Declaration
protected virtual void PaintPathGeometry(IPaintingContext context, PathGeometry pathGeometry)
Parameters
IPaintingContext
context
|
PathGeometry
pathGeometry
|
PaintRectangleGeometry(IPaintingContext, RectangleGeometry)
Declaration
protected virtual void PaintRectangleGeometry(IPaintingContext context, RectangleGeometry rectGeometry)
Parameters
IPaintingContext
context
|
RectangleGeometry
rectGeometry
|