Interface IPALImage
Inherited Members
System.IDisposable.Dispose()
Assembly: Azos.dll
public interface IPALImage : IDisposable
Properties
Declaration
ImageFormat LoadFormat { get; }
Property Value
Declaration
ImagePixelFormat PixelFormat { get; }
Property Value
Methods
Declaration
IPALCanvas CreateCanvas()
Returns
Declaration
Parameters
Type |
Name |
Description |
System.Drawing.Point |
p |
|
Returns
Type |
Description |
System.Drawing.Color |
|
Declaration
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
p |
|
Returns
Type |
Description |
System.Drawing.Color |
|
Declaration
Returns
Type |
Description |
System.Drawing.Size |
|
Declaration
Returns
Type |
Description |
System.Int32 |
|
Declaration
Returns
Type |
Description |
System.Int32 |
|
Declaration
void MakeTransparent(Color? dflt)
Parameters
Type |
Name |
Description |
System.Nullable<System.Drawing.Color> |
dflt |
|
Declaration
byte[] Save(ImageFormat format)
Parameters
Returns
Type |
Description |
System.Byte[] |
|
Declaration
void Save(Stream stream, ImageFormat format)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
ImageFormat |
format |
|
Declaration
void Save(string fileName, ImageFormat format)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
ImageFormat |
format |
|
Declaration
void SetPixel(Point p, Color color)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
p |
|
System.Drawing.Color |
color |
|
Declaration
void SetPixel(PointF p, Color color)
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
p |
|
System.Drawing.Color |
color |
|
Declaration
void SetResolution(int xDPI, int yDPI)
Parameters
Type |
Name |
Description |
System.Int32 |
xDPI |
|
System.Int32 |
yDPI |
|
Extension Methods