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