MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixOrderEx Enumeration

MatrixOrderEx Enumeration
Specifies matrix transform operation order.
Syntax
'Declaration
 
Public Enum MatrixOrderEx 
   Inherits System.Enum
 
Members
MemberDescription
AppendSpecifies the new operation will occur after the old operation.
PrependSpecifies the new operation will occur before the old operation.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.MatrixOrderEx

See Also