MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / GraphicsUnit Enumeration

GraphicsUnit Enumeration
Specifies the unit of measure for the given data. It is a cross-platform version of System.Drawing.GraphicsUnit.
Syntax
'Declaration
 
Public Enum GraphicsUnit 
   Inherits System.Enum
 
Members
MemberDescription
DisplayThe display unit.
DocumentThe document unit.
InchThe inch unit.
MillimeterThe millimetr unit.
PixelThe pixel unit.
PointThe point unit.
WorldThe word unit.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Drawing.GraphicsUnit

See Also