Graphics2DDrawCoordinates ========================= .. py:class:: ansys.stk.core.stkx.Graphics2DDrawCoordinates IntEnum .. py:currentmodule:: Graphics2DDrawCoordinates Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~PIXEL_DRAW_COORDINATES` - The draw coordinates values in pixels. * - :py:attr:`~SCREEN_DRAW_COORDINATES` - The draw coordinates values in screen coordinates. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import Graphics2DDrawCoordinates