' Classes/System/Drawing/Drawing2D/Matrix.ab Namespace System Namespace Drawing Namespace Drawing2D Class Matrix Public Sub Matrix(native As *GpMatrix) nativeMatrix = native End Sub Function NativeMatrix() As *GpMatrix NativeMatrix = nativeMatrix End Function nativeMatrix As *GpMatrix End Class End Namespace End Namespace End Namespace