I am working with a .Net component that supports com, I have the component imported and working however I need to use the IMapRenderer, I can declare a variable of type IMapRenderer I can call the function Render from this object, I need to assign the render function to some Delphi code and I do not know how to do it, any help please
IMapRenderer = interface(IDispatch)
['{773095DD-9B5A-35EF-9C3F
-30A4071DC
A06}']
procedure Render(const graphics: IUnknown; const rc: _RenderContext); safecall;
end;
Start Free Trial