Class MeasurementGraphics
Inheritance
System.Object
MeasurementGraphics
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
Assembly: Telerik.WinControls.dll
Syntax
public class MeasurementGraphics : IDisposable
Properties
Graphics
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|
SyncObject
Declaration
public static object SyncObject { get; }
Property Value
System.Object
|
Methods
CreateMeasurementGraphics()
Declaration
public static MeasurementGraphics CreateMeasurementGraphics()
Returns
MeasurementGraphics
|
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()