你好:
如果你想继承 System.Windows.Ink.Stroke 类的话,你可以用编码的方式继承,自定义一个类:
public class Inherited : Stroke
{
//implement the method you wanted
}
此外,你可以看看这个文章:
http://msdn.microsoft.com/en-us/library/system.windows.ink.stroke(v=vs.95).aspx
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.