UIX_HatchType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_HatchType Enumeration}}
 
{{#customTitle:UIX_HatchType Enumeration}}
{{#parentPage:PXV:UIX|UIX_HatchType Enumeration|enum}}
+
{{#parentPage:PXV:UIX_Enumerations|UIX_HatchType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_HatchType
 
<pre class="brush:cpp;gutter:false">enum UIX_HatchType
 
{
 
{
     UIX_HatchType_BDiagonal  = 0;
+
     UIX_HatchType_BDiagonal  = 0,
     UIX_HatchType_Cross      = 1;
+
     UIX_HatchType_Cross      = 1,
     UIX_HatchType_Diagcross  = 2;
+
     UIX_HatchType_Diagcross  = 2,
     UIX_HatchType_FDiagonal  = 3;
+
     UIX_HatchType_FDiagonal  = 3,
     UIX_HatchType_Horizontal = 4;
+
     UIX_HatchType_Horizontal = 4,
     UIX_HatchType_Vertical  = 5;
+
     UIX_HatchType_Vertical  = 5,
 
};
 
};
 
</pre>
 
</pre>
Line 34: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IUIX_Brush_HatchType|IUIX_Brush::HatchType]]

Latest revision as of 10:42, 23 May 2015


Specifies the ...

Syntax

enum UIX_HatchType
{
    UIX_HatchType_BDiagonal  = 0,
    UIX_HatchType_Cross      = 1,
    UIX_HatchType_Diagcross  = 2,
    UIX_HatchType_FDiagonal  = 3,
    UIX_HatchType_Horizontal = 4,
    UIX_HatchType_Vertical   = 5,
};

Constants

UIX_HatchType_BDiagonal
The ...
UIX_HatchType_Cross
The ...
UIX_HatchType_Diagcross
The ...
UIX_HatchType_FDiagonal
The ...
UIX_HatchType_Horizontal
The ...
UIX_HatchType_Vertical
The ...

See Also

IUIX_Brush::HatchType