You are here:
Start »
AVL.NET »
Image.Reset Method
Image.Reset Method
    | Namespace: | Avl | 
    | Assembly: | AvlNet.Types.dll | 
Syntax
public void Reset
(
	int width,
	int height,
	Avl.PlainType type,
	int depth,
	int pitch
)
 
 
Parameters
Function Overrides
- Reset()
 
- Reset(Image, Optional<Region>)
 
- Reset(Int32, Int32, PlainType, Int32, Optional<Region>)
 
- Reset(Int32, Int32, PlainType, Int32, Int32, Optional<Region>)
 
- Reset(Int32, Int32, Int32, PlainType, Int32, Byte[])
 
- Reset(Int32, Int32, Int32, PlainType, Int32, IntPtr, Optional<Region>, Boolean)
 
See also