PXC_SizeF 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_SizeF Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_SizeF|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">struct PXC_SizeF
 +
{
 +
    float cx;
 +
    float cy;
 +
};
 +
</pre>
 +
 +
== Members ==
 +
;cx
 +
: Value of float ...
 +
;cy
 +
: Value of float ...

Latest revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

struct PXC_SizeF
{
    float cx;
    float cy;
};

Members

cx
Value of float ...
cy
Value of float ...