PXV_DocHighlightAdvanced Structure
From PDF XChange PDF SDK
(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:PXV_DocHighlightAdvanced Structure}} | {{#customTitle:PXV_DocHighlightAdvanced Structure}} | ||
+ | {{#parentPage:PXV:PXV_Structures|PXV_DocHighlightAdvanced|structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">struct PXV_DocHighlightAdvanced | <pre class="brush:cpp;gutter:false">struct PXV_DocHighlightAdvanced | ||
{ | { | ||
− | LONG nSize; | + | LONG nSize; |
float nTxtQuadsInflate[4]; | float nTxtQuadsInflate[4]; | ||
− | LONG nRoundRadius; | + | LONG nRoundRadius; |
}; | }; | ||
</pre> | </pre> | ||
Line 22: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_DocHighlighter_Add|IPXV_DocHighlighter::Add]] |
Latest revision as of 09:40, 23 May 2015
Specifies the ...
Syntax
struct PXV_DocHighlightAdvanced { LONG nSize; float nTxtQuadsInflate[4]; LONG nRoundRadius; };
Members
- nSize
- Value of LONG ...
- nTxtQuadsInflate
- Array of float ...
- nRoundRadius
- Value of LONG ...