PXC_Size Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Size Structure}} | {{#customTitle:PXC_Size Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_Size|structure}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the the width and height of a rectangle. |
== Syntax == | == Syntax == | ||
Line 17: | Line 17: | ||
== Members == | == Members == | ||
;cx | ;cx | ||
− | : | + | : Specifies the rectangle's width. The units depend on which function uses this structure. |
;cy | ;cy | ||
− | : | + | : Specifies the rectangle's height. The units depend on which function uses this structure. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_WatermarkParams_ImageSize|IPXC_WatermarkParams::ImageSize]], [[PXV:IPXC_ContentCreator_RoundRectEx|IPXC_ContentCreator::RoundRectEx]], [[PXV:IPXC_AnnotData_Line_CaptionOffset|IPXC_AnnotData_Line::CaptionOffset]] |
Latest revision as of 09:38, 23 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
IPXC_WatermarkParams::ImageSize, IPXC_ContentCreator::RoundRectEx, IPXC_AnnotData_Line::CaptionOffset