[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.MatrixOrderEx

MatrixOrderEx Enum

Specifies matrix transform operation order.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum MatrixOrderEx

Fields

Name Description
Append

Specifies the new operation will occur after the old operation.

Prepend

Specifies the new operation will occur before the old operation.

Extension Methods