Class RImage
Adapter for platform specific image object - used to render images.
Inheritance
System.Object
RImage
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: TheArtOfDev.HtmlRenderer.Adapters
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class RImage : IDisposable
Constructors
RImage()
Declaration
protected RImage()
Properties
Height
Get the height, in pixels, of the image.
Declaration
public abstract double Height { get; }
Property Value
System.Double
|
Width
Get the width, in pixels, of the image.
Declaration
public abstract double Width { get; }
Property Value
System.Double
|
Methods
Dispose()
Declaration
public abstract void Dispose()
Implements
System.IDisposable.Dispose()