Selection_ChangeInfo.cs 192 B

12345
  1. using PixiEditor.DrawingApi.Core.Surfaces.Vector;
  2. namespace PixiEditor.ChangeableDocument.ChangeInfos.Drawing;
  3. public record class Selection_ChangeInfo(VectorPath NewPath) : IChangeInfo;