You are here: Start » FIL.NET » ImageFormat Constructor

ImageFormat Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public ImageFormat
(
	int width_,
	int height_,
	Fil.PlainType type_,
	int depth_,
	int pitchAlignment_
)

Parameters

Name Type Range Default Description
width_int
height_int
type_Fil.PlainType
depth_int
pitchAlignment_int

See also