PXC_Point Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
 +
[[PXV:IPXC_Document_CreateLinearShade|IPXC_Document::CreateLinearShade]], [[PXV:IPXC_Document_CreateRadialShade|IPXC_Document::CreateRadialShade]], [[PXV:IPXC_Content_GetType3Metrics|IPXC_Content::GetType3Metrics]], [[PXV:IPXC_Content_SetType3Metrics|IPXC_Content::SetType3Metrics]], [[PXV:IPXC_AnnotHandler_GetAnnotRotatePoint|IPXC_AnnotHandler::GetAnnotRotatePoint]], [[PXV:IPXC_AnnotHandler_GetAnnotTipPoint|IPXC_AnnotHandler::GetAnnotTipPoint]], [[PXV:IPXC_AnnotHandler_RotateAnnot|IPXC_AnnotHandler::RotateAnnot]], [[PXV:IPXC_AnnotData_Caret_Position|IPXC_AnnotData_Caret::Position]], [[PXV:IPXC_AnnotData_Line_GetLinePoints|IPXC_AnnotData_Line::GetLinePoints]], [[PXV:IPXC_AnnotData_Line_SetLinePoints|IPXC_AnnotData_Line::SetLinePoints]], [[PXV:IPXC_AnnotData_Widget_IconOffset|IPXC_AnnotData_Widget::IconOffset]], [[PXV:IPXC_MeasureRL_FormatValue|IPXC_MeasureRL::FormatValue]], [[PXV:IPXC_MeasureRL_GetOrigin|IPXC_MeasureRL::GetOrigin]], [[PXV:IPXC_MeasureRL_SetOrigin|IPXC_MeasureRL::SetOrigin]], [[PXV:IPXV_PagesView_SnapPoint|IPXV_PagesView::SnapPoint]], [[PXV:IPXV_PagesLayoutManager_DevicePointToPagePoint|IPXV_PagesLayoutManager::DevicePointToPagePoint]], [[PXV:IPXV_PagesLayoutManager_HitTest|IPXV_PagesLayoutManager::HitTest]], [[PXV:IPXV_PagesLayoutManager_MovePagePointToDevicePoint|IPXV_PagesLayoutManager::MovePagePointToDevicePoint]], [[PXV:IPXV_PagesLayoutManager_PagePointToDevicePoint|IPXV_PagesLayoutManager::PagePointToDevicePoint]], [[PXV:IPXV_AnnotHandler_HitTest|IPXV_AnnotHandler::HitTest]]

Revision as of 06:14, 23 May 2015


Specifies the x and y coordinates of the point.

Syntax

struct PXC_Point
{
    double x;
    double y;
};

Members

x
Specifies the x coordinate of the point.
y
Specifies the y coordinate of the point.

See Also

IPXC_Document::CreateLinearShade, IPXC_Document::CreateRadialShade, IPXC_Content::GetType3Metrics, IPXC_Content::SetType3Metrics, IPXC_AnnotHandler::GetAnnotRotatePoint, IPXC_AnnotHandler::GetAnnotTipPoint, IPXC_AnnotHandler::RotateAnnot, IPXC_AnnotData_Caret::Position, IPXC_AnnotData_Line::GetLinePoints, IPXC_AnnotData_Line::SetLinePoints, IPXC_AnnotData_Widget::IconOffset, IPXC_MeasureRL::FormatValue, IPXC_MeasureRL::GetOrigin, IPXC_MeasureRL::SetOrigin, IPXV_PagesView::SnapPoint, IPXV_PagesLayoutManager::DevicePointToPagePoint, IPXV_PagesLayoutManager::HitTest, IPXV_PagesLayoutManager::MovePagePointToDevicePoint, IPXV_PagesLayoutManager::PagePointToDevicePoint, IPXV_AnnotHandler::HitTest