Class BorderPrimitiveImpl
Inheritance
System.Object
BorderPrimitiveImpl
Inherited Members
System.Object.ToString()
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.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class BorderPrimitiveImpl
Constructors
BorderPrimitiveImpl(IBorderElement, IPrimitiveElement)
Declaration
public BorderPrimitiveImpl(IBorderElement borderElement, IPrimitiveElement radElement)
Parameters
IBorderElement
borderElement
|
IPrimitiveElement
radElement
|
Methods
PaintBorder(IGraphics, Single, SizeF)
Virtual method that paints the primitive on the screen. It may be overridden by the derived types.
Declaration
public virtual void PaintBorder(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
PaintBorder(IGraphics, Single, SizeF, RectangleF)
Virtual method that paints the primitive on the screen. It may be overridden by the derived types.
Declaration
public virtual void PaintBorder(IGraphics graphics, float angle, SizeF scale, RectangleF preferedRectangle)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
System.Drawing.RectangleF
preferedRectangle
|
PaintBorder(IGraphics, ElementShape, GraphicsPath, RectangleF)
Declaration
public void PaintBorder(IGraphics graphics, ElementShape shape, GraphicsPath clippingPath, RectangleF preferedRectangle)
Parameters
IGraphics
graphics
|
ElementShape
shape
|
System.Drawing.Drawing2D.GraphicsPath
clippingPath
|
System.Drawing.RectangleF
preferedRectangle
|