IImage
Interface
TODO: Add documentation.
Definition
Namespace:Telerik.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IImage
Derived Classes:
Properties
Height
int
TODO: Add documentation.
C#
int Height { get; }
HorizontalResolution
float
TODO: Add documentation.
C#
float HorizontalResolution { get; }
PhysicalDimension
SizeF
C#
SizeF PhysicalDimension { get; }
C#
PixelFormat PixelFormat { get; }
TODO: Add documentation.
C#
ImageFormat RawFormat { get; }
Size
Size
TODO: Add documentation.
C#
Size Size { get; }
SystemInstance
object
Returns the underlying system instance of the image.
C#
object SystemInstance { get; }
VerticalResolution
float
TODO: Add documentation.
C#
float VerticalResolution { get; }
Width
int
TODO: Add documentation.
C#
int Width { get; }
Methods
TODO: Add documentation.
C#
void Save(Stream stream, IImageCodecInfo encoder, IEncoderParameters encoderParams)
C#
void Save(string filename, IImageCodecInfo encoder, IEncoderParameters encoderParams)
C#
void Save(string filename)
C#
void SaveAdd(IImage image, IEncoderParameters encoderParams)