PXC_Size Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the the width and height of a rectangle.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Members ==
 
== Members ==
 
;cx
 
;cx
: Value of double ...
+
: Specifies the rectangle's width. The units depend on which function uses this structure.
 
;cy
 
;cy
: Value of double ...
+
: Specifies the rectangle's height. The units depend on which function uses this structure.
  
 
== See Also ==
 
== See Also ==
See also ...
 

Revision as of 07:54, 6 May 2015


Specifies the the width and height of a rectangle.

Syntax

struct PXC_Size
{
    double cx;
    double cy;
};

Members

cx
Specifies the rectangle's width. The units depend on which function uses this structure.
cy
Specifies the rectangle's height. The units depend on which function uses this structure.

See Also