GetUserToDeviceMatrix Method
In This Topic
Returns the matrix used to convert coordinates in content stream of this page to device coordinates.
Syntax
'Declaration
Public Function GetUserToDeviceMatrix( _
ByVal As System.Single, _
ByVal As System.Single, _
Optional ByVal As System.Boolean _
) As System.Numerics.Matrix3x2
public System.Numerics.Matrix3x2 GetUserToDeviceMatrix(
System.float ,
System.float ,
System.bool
)
Parameters
- deviceDpiX
- The horizontal device resolution.
- deviceDpiY
- The vertical device resolution.
- ignoreRotate
- Indicates whether to ignore rotation specified for page with Rotate property.
See Also