Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions SkiaSharpAPI/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3129,6 +3129,8 @@
<Docs>
<param name="rect">The <see cref="T:SkiaSharp.SKRectI" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKRectI" /> to a <see cref="T:Gdk.Rectangle" />.</summary>
<returns>A <see cref="T:Gdk.Rectangle" /> with the same bounds.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGdkRectangle(SkiaSharp.SKRectI)" />
</Member>
Expand All @@ -3149,6 +3151,8 @@
<Docs>
<param name="color">The <see cref="T:SkiaSharp.SKColor" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKColor" /> to a <see cref="T:Gdk.RGBA" />.</summary>
<returns>A <see cref="T:Gdk.RGBA" /> with equivalent color values.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGdkRGBA(SkiaSharp.SKColor)" />
</Member>
Expand All @@ -3169,6 +3173,8 @@
<Docs>
<param name="color">The <see cref="T:SkiaSharp.SKColorF" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKColorF" /> to a <see cref="T:Gdk.RGBA" />.</summary>
<returns>A <see cref="T:Gdk.RGBA" /> with equivalent color values.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGdkRGBA(SkiaSharp.SKColorF)" />
</Member>
Expand All @@ -3189,6 +3195,8 @@
<Docs>
<param name="point">The <see cref="T:SkiaSharp.SKPoint" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKPoint" /> to a <see cref="T:Graphene.Point" />.</summary>
<returns>A <see cref="T:Graphene.Point" /> with the same coordinates.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGraphenePoint(SkiaSharp.SKPoint)" />
</Member>
Expand All @@ -3209,6 +3217,8 @@
<Docs>
<param name="point">The <see cref="T:SkiaSharp.SKPoint3" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKPoint3" /> to a <see cref="T:Graphene.Point3D" />.</summary>
<returns>A <see cref="T:Graphene.Point3D" /> with the same coordinates.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGraphenePoint3D(SkiaSharp.SKPoint3)" />
</Member>
Expand All @@ -3229,6 +3239,8 @@
<Docs>
<param name="rect">The <see cref="T:SkiaSharp.SKRect" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKRect" /> to a <see cref="T:Graphene.Rect" />.</summary>
<returns>A <see cref="T:Graphene.Rect" /> with the same bounds.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGrapheneRect(SkiaSharp.SKRect)" />
</Member>
Expand All @@ -3249,6 +3261,8 @@
<Docs>
<param name="size">The <see cref="T:SkiaSharp.SKSize" /> to convert.</param>
<summary>Converts an <see cref="T:SkiaSharp.SKSize" /> to a <see cref="T:Graphene.Size" />.</summary>
<returns>A <see cref="T:Graphene.Size" /> with the same dimensions.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToGrapheneSize(SkiaSharp.SKSize)" />
</Member>
Expand Down Expand Up @@ -3469,6 +3483,8 @@
<Docs>
<param name="color">The <see cref="T:Gdk.RGBA" /> to convert.</param>
<summary>Converts a <see cref="T:Gdk.RGBA" /> to an <see cref="T:SkiaSharp.SKColor" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKColor" /> with equivalent color values.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKColor(Gdk.RGBA)" />
</Member>
Expand All @@ -3489,6 +3505,8 @@
<Docs>
<param name="color">The <see cref="T:Gdk.RGBA" /> to convert.</param>
<summary>Converts a <see cref="T:Gdk.RGBA" /> to an <see cref="T:SkiaSharp.SKColorF" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKColorF" /> with equivalent color values.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKColorF(Gdk.RGBA)" />
</Member>
Expand Down Expand Up @@ -3555,6 +3573,8 @@
<Docs>
<param name="point">The <see cref="T:Graphene.Point" /> to convert.</param>
<summary>Converts a <see cref="T:Graphene.Point" /> to an <see cref="T:SkiaSharp.SKPoint" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKPoint" /> with the same coordinates.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKPoint(Graphene.Point)" />
</Member>
Expand All @@ -3575,6 +3595,8 @@
<Docs>
<param name="point">The <see cref="T:Graphene.Point3D" /> to convert.</param>
<summary>Converts a <see cref="T:Graphene.Point3D" /> to an <see cref="T:SkiaSharp.SKPoint3" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKPoint3" /> with the same coordinates.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKPoint3(Graphene.Point3D)" />
</Member>
Expand Down Expand Up @@ -3617,6 +3639,8 @@
<Docs>
<param name="rect">The <see cref="T:Graphene.Rect" /> to convert.</param>
<summary>Converts a <see cref="T:Graphene.Rect" /> to an <see cref="T:SkiaSharp.SKRect" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKRect" /> with the same bounds.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKRect(Graphene.Rect)" />
</Member>
Expand Down Expand Up @@ -3659,6 +3683,8 @@
<Docs>
<param name="size">The <see cref="T:Graphene.Size" /> to convert.</param>
<summary>Converts a <see cref="T:Graphene.Size" /> to an <see cref="T:SkiaSharp.SKSize" />.</summary>
<returns>An <see cref="T:SkiaSharp.SKSize" /> with the same dimensions.</returns>
<remarks></remarks>
</Docs>
<Link Type="SkiaSharp.Views.Gtk.GTKExtensions" Member="M:SkiaSharp.Views.Gtk.GTKExtensions.ToSKSize(Graphene.Size)" />
</Member>
Expand Down