Click or drag to resize

Easymap.AddIn.Common.Graphics Namespace

The Easymap.AddIn.Common.Graphics namespace provides access to basic graphics functionality of Easymap.
Classes
  ClassDescription
Public classBrush
Defines objects used to fill the interiors of graphical shapes.
Public classcFont
Font, see Font
Public classLocation
Specifies the location of an object.
Public classMatrix
Encapsulates a 3-by-3 affine matrix that represents a geometric transform.
Public classMeasurement
Base class for measurement.
Public classPen
Defines an object used to draw lines and curves.
Public classPointArray
Represents an array of PointF objects.
Public classPointF
Represents a PointF
Public classRectangleF
Represents a RectangleF
Public classSymbol
Represents a symbol.
Public classTransform
Base class for transforming windowless components.
Enumerations
  EnumerationDescription
Public enumerationBrushTypeEnum
Specifies the brush type
Public enumerationDashCap
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Public enumerationDashStyle
Specifies the style of dashed lines drawn with a System.Drawing.Pen object.
Public enumerationHatchStyle
Specifies the different patterns available for a HatchBrush
Public enumerationLinearGradientMode
Specifies the direction of a linear gradient.
Public enumerationLineCap
Specifies the available cap styles with which a System.Drawing.Pen object can end a line.
Public enumerationLineJoin
Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a System.Drawing.Drawing2D.GraphicsPath object.
Public enumerationMatrixOrder
Specifies the order for matrix transform operations.
Public enumerationPenAlignment
Specifies the alignment of a System.Drawing.Pen object in relation to the theoretical, zero-width line.
Public enumerationPenType
Specifies the type of fill a System.Drawing.Pen object uses to fill lines.