PXC_CharDrawStyle Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CharDrawStyle Structure}}
 
{{#customTitle:PXC_CharDrawStyle Structure}}
Line 28: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:13, 20 May 2015


Specifies the ...

Syntax

struct PXC_CharDrawStyle
{
    ULONG nFillColorIndex;
    ULONG nStrokeColorIndex;
    ULONG nDrawMode;
    float nStrokeWidth;
};

Members

nFillColorIndex
Value of ULONG ...
nStrokeColorIndex
Value of ULONG ...
nDrawMode
Value of ULONG ...
nStrokeWidth
Value of float ...

See Also

...