PXC_Point Structure
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Point Structure}} | {{#customTitle:PXC_Point Structure}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Structures|PXC_Point|structure}} |
{{ToReview}} | {{ToReview}} | ||
Line 22: | Line 22: | ||
== See Also == | == See Also == | ||
+ | [[PXV:IMathHelper_Matrix_LineToLine|IMathHelper::Matrix_LineToLine]], [[PXV:IMathHelper_Matrix_ParlToParl|IMathHelper::Matrix_ParlToParl]], [[PXV:IMathHelper_Point_Transform|IMathHelper::Point_Transform]], [[PXV:IMathHelper_Point_Transform2x2|IMathHelper::Point_Transform2x2]], [[PXV:IMathHelper_Quad_PtIn|IMathHelper::Quad_PtIn]], [[PXV:IMathHelper_Rect_PtIn|IMathHelper::Rect_PtIn]], [[PXV:PXC_Quad|PXC_Quad]], [[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_ContentCreator_ShowGlyphs|IPXC_ContentCreator::ShowGlyphs]], [[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]] |
Latest revision as of 00:33, 1 December 2017
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
IMathHelper::Matrix_LineToLine, IMathHelper::Matrix_ParlToParl, IMathHelper::Point_Transform, IMathHelper::Point_Transform2x2, IMathHelper::Quad_PtIn, IMathHelper::Rect_PtIn, PXC_Quad, IPXC_Document::CreateLinearShade, IPXC_Document::CreateRadialShade, IPXC_Content::GetType3Metrics, IPXC_Content::SetType3Metrics, IPXC_AnnotHandler::GetAnnotRotatePoint, IPXC_AnnotHandler::GetAnnotTipPoint, IPXC_AnnotHandler::RotateAnnot, IPXC_ContentCreator::ShowGlyphs, 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