Table of Contents

Class GraphicsUtilities

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

Represents support methods to calculate dimensions.

public static class GraphicsUtilities
Inheritance
GraphicsUtilities

Fields

Epsilon

Determines distance between close values.

Methods

AreDoublesClose(double, double)

Indicates whether specified parameters is close to each other.

AreSizesClose(Size, Size)

Indicates whether specified parameters is close to each other.

AreVectorsClose(Vector, Vector)

Indicates whether specified parameters is close to each other.

GetPixelSize(Visual)

Specifies size of given visual.

Round(double, double)

Rounds given value.

Round(Point, Size)

Rounds given point.

Round(Rect, Size)

Rounds given rectangle.