ImageGear for Java
ImGearLayeredPage Constructor(int,int,ImGearColorSpace,int[],boolean)
Width of the page.
Height of the page.
Color space of the page.
Channel depths of the page.
If true, allocate DIB pixels; false otherwise.

Creates a blank layered page from the specified attributes.

com.accusoft.imagegear.core.ImGearColorSpace

Initializes a new instance of the ImGearLayeredPage class.
Syntax
public ImGearLayeredPage( 
   int width,
   int height,
   ImGearColorSpace colorSpace,
   int[] channelDepths,
   boolean allocatePixels
)

Parameters

width
Width of the page.
height
Height of the page.
colorSpace
Color space of the page.
channelDepths
Channel depths of the page.
allocatePixels
If true, allocate DIB pixels; false otherwise.

Creates a blank layered page from the specified attributes.

com.accusoft.imagegear.core.ImGearColorSpace

See Also

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback