PXC_Size Structure
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:PXC_Size Structure}} | {{#customTitle:PXC_Size Structure}} | ||
{{#parentPage:PXV:PXC|PXC_Size Structure|structure}} | {{#parentPage:PXV:PXC|PXC_Size Structure|structure}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Revision as of 06: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.