PXC_Quad Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXC_Quad Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_Quad|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct PXC_Quad
 +
{
 +
    PXC_Point pt[4];
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;pt
 +
: Array of [[PXV:PXC_Point|PXC_Point]] ...

Revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

struct PXC_Quad
{
    PXC_Point pt[4];
};

Members

pt
Array of PXC_Point ...