You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math Namespace

The Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math namespace contains classes intended to work with geometrical obejcts, such as point and rectangle.

Classes

Class Description
Public class Path
Public class PointF

This class represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane and exposes a number of methods to operate with it.

Public class RotatedRectangleF

This class represents a set of floating-point numbers that represent the location, size, rotation angle and center of a rectangle and exposes a number of methods to operate with it.

Public class Utils