public static Media.DoubleCollection ToXaml(this PenStyle penStyle) { return(StyleConverter.MapsuiPentoXaml(penStyle)); }
public static DoubleCollection ToXaml(this PenStyle penStyle, float[] dashArray = null) { return(StyleConverter.MapsuiPentoXaml(penStyle, dashArray)); }