UOpenGLCanvasGDIP.pas
上传用户:zkjn0718
上传日期:2021-01-01
资源大小:776k
文件大小:0k
源码类别:
Delphi/CppBuilder
开发平台:
Delphi
- unit UOpenGLCanvasGDIP;
- // GDIP extensions for GLCanvas
- interface
- uses
- UOpenGLCanvas, GDIPAPI, GDIPOBJ;
- type
- TGLCanvasGDIP_Extension = class helper for TGLCanvas
- end;
- implementation
- end.