标签:笔迹 for etl rgba col false poi bsp 移动
public virtual void Transform(Matrix transformMatrix, bool applyToStylusTip)
TranslateTransform translate = new TranslateTransform(); translate.X = point.X; translate.Y = point.Y; Matrix matrixTranslate = translate.Value; _stroke.Transform(matrixTranslate, false);
标签:笔迹 for etl rgba col false poi bsp 移动
原文地址:https://www.cnblogs.com/lhyAira/p/14443277.html