// Token: 0x06002DE6 RID: 11750 RVA: 0x000CE490 File Offset: 0x000CC690 public void FindLines(StreamGeometry geometry, bool stroke, bool fill, Matrix trans) { this._transform = trans; this._fill = fill; this._stroke = stroke; PathGeometry.ParsePathGeometryData(geometry.GetPathGeometryData(), this); this.CheckCloseFigure(); }
public void FindLines(StreamGeometry geometry, bool stroke, bool fill, Matrix trans) { Debug.Assert(stroke || fill, "should not be a nop"); _transform = trans; _fill = fill; _stroke = stroke; PathGeometry.ParsePathGeometryData(geometry.GetPathGeometryData(), this); CheckCloseFigure(); }