LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::EmuPoint Struct Reference

A structure for a point with 64-bit integer components. More...

#include <drawingmltypes.hxx>

Inheritance diagram for oox::drawingml::EmuPoint:
[legend]

Public Member Functions

 EmuPoint ()
 
 EmuPoint (sal_Int64 nX, sal_Int64 nY)
 

Public Attributes

sal_Int64 X
 
sal_Int64 Y
 

Detailed Description

A structure for a point with 64-bit integer components.

Definition at line 206 of file drawingmltypes.hxx.

Constructor & Destructor Documentation

◆ EmuPoint() [1/2]

oox::drawingml::EmuPoint::EmuPoint ( )
inline

Definition at line 211 of file drawingmltypes.hxx.

◆ EmuPoint() [2/2]

oox::drawingml::EmuPoint::EmuPoint ( sal_Int64  nX,
sal_Int64  nY 
)
inlineexplicit

Definition at line 212 of file drawingmltypes.hxx.

Member Data Documentation

◆ X

sal_Int64 oox::drawingml::EmuPoint::X

◆ Y

sal_Int64 oox::drawingml::EmuPoint::Y

The documentation for this struct was generated from the following file: