Class MeasureContext
Inheritance
System.Object
MeasureContext
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.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public class MeasureContext : IMeasureContext
Constructors
MeasureContext(Font)
Declaration
public MeasureContext(Font font)
Parameters
System.Drawing.Font
font
|
Properties
Font
Declaration
public Font Font { get; }
Property Value
System.Drawing.Font
|
Methods
MeasureString(String)
Declaration
public SizeF MeasureString(string s)
Parameters
System.String
s
|
Returns
System.Drawing.SizeF
|