Last change
on this file since 604 was 241, checked in by イグトランス (egtra), 18 years ago |
GDI+に対して名前空間で囲ったものの、現在コンパイルできないため分岐させておく
|
File size:
487 bytes
|
Rev | Line | |
---|
[241] | 1 | ' Classes/System/Drawing/Imaging/ImageAttributes.ab
|
---|
| 2 |
|
---|
| 3 | #require <GdiplusGpStubs.ab>
|
---|
| 4 | #require <GdiPlusFlat.ab>
|
---|
| 5 |
|
---|
| 6 | Namespace System
|
---|
| 7 | Namespace Drawing
|
---|
| 8 | Namespace Imaging
|
---|
| 9 |
|
---|
| 10 | Class ImageAttributes
|
---|
| 11 | Public
|
---|
| 12 | Static Function Native(attr As ImageAttributes) As *Gdiplus.GpImageAttributes
|
---|
| 13 | If Object.ReferenceEquals(attr, Nothing) Then
|
---|
| 14 | Return 0
|
---|
| 15 | Else
|
---|
| 16 | Return 0 'attr.nativeImageAttr
|
---|
| 17 | End Function
|
---|
| 18 | End Class
|
---|
| 19 |
|
---|
| 20 | End Namespace 'Imaging
|
---|
| 21 | End Namespace 'Drawing
|
---|
| 22 | End Namespace 'System
|
---|
Note:
See
TracBrowser
for help on using the repository browser.