Class BarcodeElementBase
Inheritance
System.Object
BarcodeElementBase
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BarcodeElementBase
Constructors
BarcodeElementBase(RectangleF)
Declaration
public BarcodeElementBase(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
Properties
Bounds
Declaration
public RectangleF Bounds { get; set; }
Property Value
System.Drawing.RectangleF
|
Methods
PaintElement(Graphics)
Declaration
public abstract void PaintElement(Graphics g)
Parameters
System.Drawing.Graphics
g
|