Skip to content

Commit

Permalink
(#17) AvaloniaMath.ApiTest: update the API definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 31, 2023
1 parent fef6ba4 commit 602f80f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions api/AvaloniaMath.net6.0.verified.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,4 @@ public static partial class AvaloniaTeXEnvironment
{
public static WpfMath.TexEnvironment Create(WpfMath.TexStyle style = 0, double scale = 20, string systemTextFontName = "Arial", Avalonia.Media.Brush? foreground = null, Avalonia.Media.Brush? background = null) { throw null; }
}
public partial class GeometryElementRenderer : WpfMath.Rendering.IElementRenderer
{
public GeometryElementRenderer(WpfMath.Rendering.GeometryGroup geometry, double scale) { }
public void FinishRendering() { }
public void RenderCharacter(WpfMath.CharInfo info, double x, double y, WpfMath.Rendering.IBrush? foreground) { }
public void RenderElement(WpfMath.Boxes.Box box, double x, double y) { }
public void RenderRectangle(WpfMath.Rendering.Rectangle rectangle, WpfMath.Rendering.IBrush? foreground) { }
public void RenderTransformed(WpfMath.Boxes.Box box, System.Collections.Generic.IEnumerable<WpfMath.Rendering.Transformations.Transformation> transforms, double x, double y) { }
}
}
namespace WpfMath.Rendering
{
public partial class GeometryGroup : Avalonia.Media.Geometry
{
public GeometryGroup() { }
public System.Collections.Generic.IList<Avalonia.Media.Geometry> Children { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
public override Avalonia.Media.Geometry Clone() { throw null; }
protected override Avalonia.Platform.IGeometryImpl CreateDefiningGeometry() { throw null; }
}
}
19 changes: 0 additions & 19 deletions api/AvaloniaMath.netstandard2.0.verified.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,4 @@ public static partial class AvaloniaTeXEnvironment
{
public static WpfMath.TexEnvironment Create(WpfMath.TexStyle style = 0, double scale = 20, string systemTextFontName = "Arial", Avalonia.Media.Brush? foreground = null, Avalonia.Media.Brush? background = null) { throw null; }
}
public partial class GeometryElementRenderer : WpfMath.Rendering.IElementRenderer
{
public GeometryElementRenderer(WpfMath.Rendering.GeometryGroup geometry, double scale) { }
public void FinishRendering() { }
public void RenderCharacter(WpfMath.CharInfo info, double x, double y, WpfMath.Rendering.IBrush? foreground) { }
public void RenderElement(WpfMath.Boxes.Box box, double x, double y) { }
public void RenderRectangle(WpfMath.Rendering.Rectangle rectangle, WpfMath.Rendering.IBrush? foreground) { }
public void RenderTransformed(WpfMath.Boxes.Box box, System.Collections.Generic.IEnumerable<WpfMath.Rendering.Transformations.Transformation> transforms, double x, double y) { }
}
}
namespace WpfMath.Rendering
{
public partial class GeometryGroup : Avalonia.Media.Geometry
{
public GeometryGroup() { }
public System.Collections.Generic.IList<Avalonia.Media.Geometry> Children { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
public override Avalonia.Media.Geometry Clone() { throw null; }
protected override Avalonia.Platform.IGeometryImpl CreateDefiningGeometry() { throw null; }
}
}

0 comments on commit 602f80f

Please sign in to comment.