UOpenGLCanvasGDIP.pas
上传用户:zkjn0718
上传日期:2021-01-01
资源大小:776k
文件大小:0k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. unit UOpenGLCanvasGDIP;
  2. // GDIP extensions for GLCanvas
  3. interface
  4. uses
  5.    UOpenGLCanvas, GDIPAPI, GDIPOBJ;
  6. type
  7.    TGLCanvasGDIP_Extension = class helper for TGLCanvas
  8.    end;
  9. implementation
  10. end.