' Classes/System/Drawing/Imaging/ImageAttributes.ab #require #require Namespace System Namespace Drawing Namespace Imaging Class ImageAttributes Public Static Function Native(attr As ImageAttributes) As *Gdiplus.GpImageAttributes If Object.ReferenceEquals(attr, Nothing) Then Return 0 Else Return 0 'attr.nativeImageAttr End Function End Class End Namespace 'Imaging End Namespace 'Drawing End Namespace 'System