Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.27 KB

ns-magnification-magtransform.md

File metadata and controls

89 lines (67 loc) · 2.27 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:magnification.tagMAGTRANSFORM
MAGTRANSFORM (magnification.h)
Describes a transformation matrix that a magnifier control uses to magnify screen content.
*PMAGTRANSFORM
MAGTRANSFORM
MAGTRANSFORM structure [Magnification API]
PMAGTRANSFORM
PMAGTRANSFORM structure pointer [Magnification API]
magapi.magapi_magtransform
magapi_magtransform
magnification/MAGTRANSFORM
magnification/PMAGTRANSFORM
magapi\magapi_magtransform.htm
magapi
VS|magapi|~\magapi\reference\structures\magtransformstruct.htm
12/05/2018
*PMAGTRANSFORM, MAGTRANSFORM, MAGTRANSFORM structure [Magnification API], PMAGTRANSFORM, PMAGTRANSFORM structure pointer [Magnification API], magapi.magapi_magtransform, magapi_magtransform, magnification/MAGTRANSFORM, magnification/PMAGTRANSFORM
magnification.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
MAGTRANSFORM, *PMAGTRANSFORM
19H1
tagMAGTRANSFORM
magnification/tagMAGTRANSFORM
PMAGTRANSFORM
magnification/PMAGTRANSFORM
MAGTRANSFORM
magnification/MAGTRANSFORM
c++
APIRef
kbSyntax
HeaderDef
Magnification.h
MAGTRANSFORM

MAGTRANSFORM structure

-description

Describes a transformation matrix that a magnifier control uses to magnify screen content.

-struct-fields

-field v

Type: float[3]

The transformation matrix.

-remarks

The transformation matrix is

 (n, 0.0, 0.0)

 (0.0, n, 0.0)

 (0.0, 0.0, 1.0)

where n is the magnification factor.

-see-also

MagGetWindowTransform

MagSetWindowTransform

Reference