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

In This Topic
    GraphicsUnit Enumeration
    In This Topic
    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
    public enum GraphicsUnit : 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