icommand.vb

来自「苏金明编写的《用VB.NET和VC#.NET开发交互式CAD系统》一书的源代码」· VB 代码 · 共 7 行

VB
7
字号
Public Interface ICommand

    Sub LButtonDown(ByVal g As Graphics, ByVal aPos As PointF)
    Sub RButtonDown(ByVal g As Graphics, ByVal aPos As PointF)
    Sub MouseMove(ByVal g As Graphics, ByVal aPos As PointF)

End Interface

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?