neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::scoped_coordinate_system Class Reference

#include <i_graphics_context.hpp>

Public Member Functions

 scoped_coordinate_system (i_graphics_context const &aGc, const point &aOrigin, const size &aExtents, logical_coordinate_system aCoordinateSystem)
 
 scoped_coordinate_system (i_graphics_context const &aGc, const point &aOrigin, const size &aExtents, logical_coordinate_system aCoordinateSystem, const neogfx::logical_coordinates &aCoordinates)
 
 scoped_coordinate_system (i_graphics_context const &aGc, i_graphics_context const &aSource)
 
 scoped_coordinate_system (i_graphics_context const &aGc, i_rendering_context const &aSource)
 
 ~scoped_coordinate_system ()
 

Detailed Description

Definition at line 404 of file i_graphics_context.hpp.

Constructor & Destructor Documentation

◆ scoped_coordinate_system() [1/4]

neogfx::scoped_coordinate_system::scoped_coordinate_system ( i_graphics_context const &  aGc,
const point aOrigin,
const size aExtents,
logical_coordinate_system  aCoordinateSystem 
)
inline

Definition at line 407 of file i_graphics_context.hpp.

◆ scoped_coordinate_system() [2/4]

neogfx::scoped_coordinate_system::scoped_coordinate_system ( i_graphics_context const &  aGc,
const point aOrigin,
const size aExtents,
logical_coordinate_system  aCoordinateSystem,
const neogfx::logical_coordinates aCoordinates 
)
inline

Definition at line 413 of file i_graphics_context.hpp.

◆ scoped_coordinate_system() [3/4]

neogfx::scoped_coordinate_system::scoped_coordinate_system ( i_graphics_context const &  aGc,
i_graphics_context const &  aSource 
)
inline

Definition at line 420 of file i_graphics_context.hpp.

◆ scoped_coordinate_system() [4/4]

neogfx::scoped_coordinate_system::scoped_coordinate_system ( i_graphics_context const &  aGc,
i_rendering_context const &  aSource 
)
inline

Definition at line 427 of file i_graphics_context.hpp.

◆ ~scoped_coordinate_system()

neogfx::scoped_coordinate_system::~scoped_coordinate_system ( )
inline

Definition at line 434 of file i_graphics_context.hpp.


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