Method | Description | |
---|---|---|
Colors ( this Bitmap ) : IEnumerable |
||
ConvertToFormat ( this OldBitmap, PixelFormat, NewPixelFormat ) : Bitmap | ||
Duplicate ( this Bitmap ) : Bitmap | ||
ForEach ( this Bitmap, Action |
||
GetChannelsDataInterleaved ( this Bitmap ) : byte[] | ||
GetChannelsDataLinear ( this Bitmap ) : byte[] | ||
GetChannelsDataLinear ( this Bitmap, Rectangle Rectangle ) : byte[] | ||
GetFullRectangle ( this Bitmap ) : Rectangle | ||
GetIndexedDataLinear ( this Bitmap ) : byte[] | ||
GetIndexedDataLinear ( this Bitmap, Rectangle Rectangle ) : byte[] | ||
LockBitsUnlock ( this Bitmap, PixelFormat, PixelFormat, Action |
||
LockBitsUnlock ( this Bitmap, Rectangle Rectangle, PixelFormat, PixelFormat, Action |
||
SetChannelsDataInterleaved ( this Bitmap, byte Buffer ) : Bitmap | ||
SetChannelsDataLinear ( this Bitmap ) : Bitmap | ||
SetChannelsDataLinear ( this Bitmap, byte NewData ) : Bitmap | ||
SetChannelsDataLinear ( this Bitmap, byte NewData, Rectangle Rectangle ) : Bitmap | ||
SetIndexedDataLinear ( this Bitmap, Rectangle Rectangle, byte NewData ) : void | ||
SetIndexedDataLinear ( this Bitmap, byte NewData ) : void | ||
SetPalette ( this Bitmap, IEnumerable |
||
Shader ( this Bitmap, Func |
public static Colors ( this Bitmap ) : IEnumerable |
||
Bitmap | this | |
return | IEnumerable |
public static ConvertToFormat ( this OldBitmap, PixelFormat, NewPixelFormat ) : Bitmap | ||
OldBitmap | this | |
NewPixelFormat | PixelFormat, | |
return | Bitmap |
public static Duplicate ( this Bitmap ) : Bitmap | ||
Bitmap | this | |
return | Bitmap |
public static ForEach ( this Bitmap, Action |
||
Bitmap | this | |
Delegate | Action |
|
return | void |
public static GetChannelsDataInterleaved ( this Bitmap ) : byte[] | ||
Bitmap | this | |
return | byte[] |
public static GetChannelsDataLinear ( this Bitmap ) : byte[] | ||
Bitmap | this | |
return | byte[] |
public static GetChannelsDataLinear ( this Bitmap, Rectangle Rectangle ) : byte[] | ||
Bitmap | this | |
Rectangle | Rectangle | |
return | byte[] |
public static GetFullRectangle ( this Bitmap ) : Rectangle | ||
Bitmap | this | |
return | Rectangle |
public static GetIndexedDataLinear ( this Bitmap ) : byte[] | ||
Bitmap | this | |
return | byte[] |
public static GetIndexedDataLinear ( this Bitmap, Rectangle Rectangle ) : byte[] | ||
Bitmap | this | |
Rectangle | Rectangle | |
return | byte[] |
public static LockBitsUnlock ( this Bitmap, PixelFormat, PixelFormat, Action |
||
Bitmap | this | |
PixelFormat | PixelFormat, | |
Callback | Action |
|
return | void |
public static LockBitsUnlock ( this Bitmap, Rectangle Rectangle, PixelFormat, PixelFormat, Action |
||
Bitmap | this | |
Rectangle | Rectangle | |
PixelFormat | PixelFormat, | |
Callback | Action |
|
return | void |
public static SetChannelsDataInterleaved ( this Bitmap, byte Buffer ) : Bitmap | ||
Bitmap | this | |
Buffer | byte | |
return | Bitmap |
public static SetChannelsDataLinear ( this Bitmap ) : Bitmap | ||
Bitmap | this | |
return | Bitmap |
public static SetChannelsDataLinear ( this Bitmap, byte NewData ) : Bitmap | ||
Bitmap | this | |
NewData | byte | |
return | Bitmap |
public static SetChannelsDataLinear ( this Bitmap, byte NewData, Rectangle Rectangle ) : Bitmap | ||
Bitmap | this | |
NewData | byte | |
Rectangle | Rectangle | |
return | Bitmap |
public static SetIndexedDataLinear ( this Bitmap, Rectangle Rectangle, byte NewData ) : void | ||
Bitmap | this | |
Rectangle | Rectangle | |
NewData | byte | |
return | void |
public static SetIndexedDataLinear ( this Bitmap, byte NewData ) : void | ||
Bitmap | this | |
NewData | byte | |
return | void |
public static SetPalette ( this Bitmap, IEnumerable |
||
Bitmap | this | |
Colors | IEnumerable |
|
return | void |
public static Shader ( this Bitmap, Func |
||
Bitmap | this | |
Delegate | Func |
|
return | void |