IXC_MosaicType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IXC_MosaicType Enumeration}}
 
{{#customTitle:IXC_MosaicType Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the type of filtering.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Constants ==
 
== Constants ==
 
;MosaicType_Simple
 
;MosaicType_Simple
:The ...
+
:Specifies that each block will be painted using its central dot color.
 
;MosaicType_Average
 
;MosaicType_Average
:The ...
+
:Specifies that each block will be painted using its average calculated color.
  
 
== See Also ==
 
== See Also ==
See also ...
+
:[[PXV:IIXC_Page_FilterMosaic|PXV:IIXC_Page::FilterMosaic]]

Revision as of 05:44, 30 April 2015


Specifies the type of filtering.

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

PXV:IIXC_Page::FilterMosaic