Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个控件上有一个事件,它只提供一个要绘制的图形对象。是否可以加载用户控件并将其绘制到特定的图形对象?
“加载用户控件”没有任何意义。如果该“用户控件”是另一个窗口,则必须创建它,但这只能在对话框或窗口的初始化/创建期间完成,而不是在绘画期间完成。