public abstract bool OnDraw( DrawType eDrawType, IDisplay pDisplay, IDrawArgs pDrawArgs )
Public MustOverride Function OnDraw ( eDrawType As DrawType, pDisplay As IDisplay, pDrawArgs As IDrawArgs ) As Boolean
public: virtual bool OnDraw( DrawType eDrawType, IDisplay^ pDisplay, IDrawArgs^ pDrawArgs ) abstract
abstract OnDraw : eDrawType : DrawType * pDisplay : IDisplay * pDrawArgs : IDrawArgs -> bool
即时分享