public static Stroke OldStroke(this Stroq s) { return(OldStrokeStuff.TheStroke(s)); }
public static Stroke OldStroke(this Stroq s, Ink ink) { return(OldStrokeStuff.Convert(s, ink)); }
protected Stroke Convert() { _cached = OldStrokeStuff.Convert(_owner, null); _dirty = false; return(_cached); }