Table of Contents

Class DeviceTransformUtility

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

A utility class used to transform graphics objects.

public static class DeviceTransformUtility
Inheritance
DeviceTransformUtility

Methods

TransformFromDevice(Point, Visual)

Transforms given Point from the rendering destination device.

TransformFromDevice(Rect, Visual)

Transforms given rectangle from the rendering destination device.

TransformFromDevice(Size, Visual)

Transforms given size from the rendering destination device.

TransformToDevice(Point, Visual)

Transforms given Point to the rendering destination device.

TransformToDevice(Rect, Visual)

Transforms given rectangle to the rendering destination device.

TransformToDevice(Size, Visual)

Transforms given size to the rendering destination device.