UIX_BrushType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_BrushType Enumeration}} | {{#customTitle:UIX_BrushType Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_BrushType|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_BrushType | <pre class="brush:cpp;gutter:false">enum UIX_BrushType | ||
{ | { | ||
− | UIX_BrushType_Solid = 0 | + | UIX_BrushType_Solid = 0, |
− | UIX_BrushType_Gradient = 1 | + | UIX_BrushType_Gradient = 1, |
− | UIX_BrushType_Chessboard = 2 | + | UIX_BrushType_Chessboard = 2, |
− | UIX_BrushType_Hatched = 3 | + | UIX_BrushType_Hatched = 3, |
}; | }; | ||
</pre> | </pre> | ||
Line 27: | Line 29: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Brush_Type|IUIX_Brush::Type]], [[PXV:IUIX_Inst_CreateNewBrush|IUIX_Inst::CreateNewBrush]] |
Latest revision as of 09:41, 23 May 2015
Specifies the ...
Syntax
enum UIX_BrushType { UIX_BrushType_Solid = 0, UIX_BrushType_Gradient = 1, UIX_BrushType_Chessboard = 2, UIX_BrushType_Hatched = 3, };
Constants
- UIX_BrushType_Solid
- The ...
- UIX_BrushType_Gradient
- The ...
- UIX_BrushType_Chessboard
- The ...
- UIX_BrushType_Hatched
- The ...