Praeclarum.Graphics.Stroke.GetResolutionSimplifiedSegments C# (CSharp) Метод

GetResolutionSimplifiedSegments() публичный Метод

public GetResolutionSimplifiedSegments ( int startIndex, int resolution ) : Praeclarum.Graphics.StrokeSegment[]
startIndex int
resolution int
Результат Praeclarum.Graphics.StrokeSegment[]
		public StrokeSegment[] GetResolutionSimplifiedSegments (int startIndex, int resolution)
		{
			var bb = BoundingBox;
			return GetSimplifiedSegments (startIndex, Math.Max (bb.Width, bb.Height) / resolution, 1000);
		}