' Classes/System/Drawing/Image.ab Namespace System Namespace Drawing Class Image Public Sub Image(native As *GpImage) nativeImage = native End Sub Function NativeImage() As *GpImage Return nativeImage End Function 'Private nativeImage As *GpImage End Class End Namespace End Namespace