IXC_MosaicType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_MosaicType Enumeration}}
 
{{#customTitle:IXC_MosaicType Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}}
 
  
 
Specifies the painting filter type.
 
Specifies the painting filter type.

Revision as of 08:11, 20 May 2015

Specifies the painting filter type.

Syntax

enum IXC_MosaicType
{
    MosaicType_Simple  = 0,
    MosaicType_Average = 1,
};

Constants

MosaicType_Simple
Specifies that each block will be painted using its central dot color.
MosaicType_Average
Specifies that each block will be painted using its average calculated color.

See Also

IIXC_Page_FilterMosaic