PXC_Size Structure

From PDF XChange PDF SDK
Revision as of 10:38, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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