From 01ee1fa7c559ec3401553bb582561ee58edcfa9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:01:05 +0000 Subject: [PATCH] Fill API documentation placeholders Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- SkiaSharpAPI/HarfBuzzSharp/Face.xml | 18 ++- SkiaSharpAPI/HarfBuzzSharp/HBColor.xml | 33 +++--- .../SKGLSurfaceViewRenderer.xml | 4 +- .../SkiaSharp.Views.Gtk/SKDrawingArea.xml | 7 +- .../SkiaSharp/GRVkYcbcrComponents.xml | 12 +- .../SkiaSharp/GRVkYcbcrConversionInfo.xml | 21 ++-- .../SkiaSharp/GrVkYcbcrConversionInfo.xml | 34 +++--- SkiaSharpAPI/SkiaSharp/SKCanvas.xml | 28 ++--- SkiaSharpAPI/SkiaSharp/SKColorSpace.xml | 10 +- SkiaSharpAPI/SkiaSharp/SKDocument.xml | 6 +- .../SkiaSharp/SKDocumentXpsOptions.xml | 15 ++- .../SkiaSharp/SKFontPaletteOverride.xml | 12 +- .../SkiaSharp/SKFontVariationAxis.xml | 15 ++- .../SKFontVariationPositionCoordinate.xml | 12 +- SkiaSharpAPI/SkiaSharp/SKFourByteTag.xml | 12 +- SkiaSharpAPI/SkiaSharp/SKPaint.xml | 18 ++- SkiaSharpAPI/SkiaSharp/SKPathBuilder.xml | 12 +- SkiaSharpAPI/SkiaSharp/SKPathMeasure.xml | 20 ++-- SkiaSharpAPI/SkiaSharp/SKSurface.xml | 12 +- SkiaSharpAPI/SkiaSharp/SKTypeface.xml | 3 +- SkiaSharpAPI/SkiaSharp/SKWebpEncoder.xml | 12 +- SkiaSharpAPI/index.xml | 108 ++++++------------ 22 files changed, 224 insertions(+), 200 deletions(-) diff --git a/SkiaSharpAPI/HarfBuzzSharp/Face.xml b/SkiaSharpAPI/HarfBuzzSharp/Face.xml index 073f6d91..46e7502e 100644 --- a/SkiaSharpAPI/HarfBuzzSharp/Face.xml +++ b/SkiaSharpAPI/HarfBuzzSharp/Face.xml @@ -429,7 +429,8 @@ Gets a value indicating whether the font face contains a COLR color-layers table. - if the face contains a COLR color-layers table; otherwise, . + + if the face contains a COLR color-layers table; otherwise, . @@ -447,7 +448,8 @@ Gets a value indicating whether the font face contains a PNG color-bitmap table. - if the face contains a CBDT/CBLC PNG color-bitmap table; otherwise, . + + if the face contains a CBDT/CBLC PNG color-bitmap table; otherwise, . @@ -465,7 +467,8 @@ Gets a value indicating whether the font face contains an SVG color table. - if the face contains an SVG color table; otherwise, . + + if the face contains an SVG color table; otherwise, . @@ -483,7 +486,8 @@ Gets a value indicating whether the font face contains a CPAL color-palette table. - if the face contains a CPAL color-palette table; otherwise, . + + if the face contains a CPAL color-palette table; otherwise, . @@ -501,7 +505,8 @@ Gets a value indicating whether the font face contains OpenType variation data. - if the face contains OpenType variation data (fvar table); otherwise, . + + if the face contains OpenType variation data (fvar table); otherwise, . @@ -656,7 +661,8 @@ The four-byte OpenType tag of the variation axis to find. When this method returns, contains the axis information if found. This parameter is treated as uninitialized. Attempts to find information about the variation axis with the specified tag. - if the axis was found; otherwise, . + + if the axis was found; otherwise, . diff --git a/SkiaSharpAPI/HarfBuzzSharp/HBColor.xml b/SkiaSharpAPI/HarfBuzzSharp/HBColor.xml index 6c8c232a..cff17d14 100644 --- a/SkiaSharpAPI/HarfBuzzSharp/HBColor.xml +++ b/SkiaSharpAPI/HarfBuzzSharp/HBColor.xml @@ -142,7 +142,8 @@ Console.WriteLine(red); // #FFFF0000 The to compare with this instance. Indicates whether this color is equal to another . - if the two colors have the same packed value; otherwise, . + + if the two colors have the same packed value; otherwise, . @@ -162,10 +163,10 @@ Console.WriteLine(red); // #FFFF0000 - To be added. - To be added. - To be added. - To be added. + The object to compare with the current color. + Determines whether the specified object is equal to the current color. + if the specified object is equal to the current color; otherwise, . + @@ -225,7 +226,8 @@ Console.WriteLine(red); // #FFFF0000 The first to compare. The second to compare. Determines whether two values are equal. - if and have the same packed value; otherwise, . + + if and have the same packed value; otherwise, . @@ -245,10 +247,10 @@ Console.WriteLine(red); // #FFFF0000 - To be added. - To be added. - To be added. - To be added. + The packed BGRA integer value to convert. + Explicitly converts a packed BGRA integer value to an . + An with the specified packed value. + @@ -267,10 +269,10 @@ Console.WriteLine(red); // #FFFF0000 - To be added. - To be added. - To be added. - To be added. + The to convert. + Implicitly converts an to a packed BGRA integer value. + The packed BGRA integer value of the color. + @@ -293,7 +295,8 @@ Console.WriteLine(red); // #FFFF0000 The first to compare. The second to compare. Determines whether two values are not equal. - if and have different packed values; otherwise, . + + if and have different packed values; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp.Views.Android/SKGLSurfaceViewRenderer.xml b/SkiaSharpAPI/SkiaSharp.Views.Android/SKGLSurfaceViewRenderer.xml index 52da68f2..d73c48d6 100644 --- a/SkiaSharpAPI/SkiaSharp.Views.Android/SKGLSurfaceViewRenderer.xml +++ b/SkiaSharpAPI/SkiaSharp.Views.Android/SKGLSurfaceViewRenderer.xml @@ -118,8 +118,8 @@ - To be added. - To be added. + This member supports the SkiaSharp infrastructure and is not intended to be used directly from your code. + diff --git a/SkiaSharpAPI/SkiaSharp.Views.Gtk/SKDrawingArea.xml b/SkiaSharpAPI/SkiaSharp.Views.Gtk/SKDrawingArea.xml index 3f71d56f..09812cb7 100644 --- a/SkiaSharpAPI/SkiaSharp.Views.Gtk/SKDrawingArea.xml +++ b/SkiaSharpAPI/SkiaSharp.Views.Gtk/SKDrawingArea.xml @@ -77,8 +77,8 @@ - To be added. - To be added. + Releases the resources used by the current instance of the class. + @@ -97,7 +97,8 @@ - to release both managed and native resources; to release only native resources. + + to release both managed and native resources; to release only native resources. Releases the resources used by this . diff --git a/SkiaSharpAPI/SkiaSharp/GRVkYcbcrComponents.xml b/SkiaSharpAPI/SkiaSharp/GRVkYcbcrComponents.xml index 717e1920..1c9401d8 100644 --- a/SkiaSharpAPI/SkiaSharp/GRVkYcbcrComponents.xml +++ b/SkiaSharpAPI/SkiaSharp/GRVkYcbcrComponents.xml @@ -111,7 +111,8 @@ var components = new GRVkYcbcrComponents The to compare with this instance. Indicates whether this component mapping is equal to another . - if both instances have identical component swizzle values; otherwise, . + + if both instances have identical component swizzle values; otherwise, . @@ -138,7 +139,8 @@ var components = new GRVkYcbcrComponents The object to compare with this instance. Indicates whether this component mapping is equal to the specified object. - if is a with identical component swizzle values; otherwise, . + + if is a with identical component swizzle values; otherwise, . @@ -209,7 +211,8 @@ var components = new GRVkYcbcrComponents The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -233,7 +236,8 @@ var components = new GRVkYcbcrComponents The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/GRVkYcbcrConversionInfo.xml b/SkiaSharpAPI/SkiaSharp/GRVkYcbcrConversionInfo.xml index 3b23c012..5e2db6dd 100644 --- a/SkiaSharpAPI/SkiaSharp/GRVkYcbcrConversionInfo.xml +++ b/SkiaSharpAPI/SkiaSharp/GRVkYcbcrConversionInfo.xml @@ -115,7 +115,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo The to compare with this instance. Indicates whether this conversion info is equal to another . - if both instances have identical conversion parameters; otherwise, . + + if both instances have identical conversion parameters; otherwise, . @@ -142,7 +143,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo The object to compare with this instance. Indicates whether this conversion info is equal to the specified object. - if is a with identical conversion parameters; otherwise, . + + if is a with identical conversion parameters; otherwise, . @@ -188,7 +190,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo Gets or sets whether explicit chroma reconstruction is required. - 1 to require explicit chroma reconstruction; 0 to allow implicit reconstruction. + + 1 to require explicit chroma reconstruction; 0 to allow implicit reconstruction. @@ -259,7 +262,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -283,7 +287,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . @@ -306,7 +311,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo Gets or sets whether the sampler filter must match the chroma reconstruction filter. - if the sampler filter must match the chroma filter; otherwise, . + + if the sampler filter must match the chroma filter; otherwise, . @@ -329,7 +335,8 @@ var conversionInfo = new GRVkYcbcrConversionInfo Gets or sets whether linear filtering is supported for this YCbCr conversion. - if linear filtering is supported for this YCbCr conversion; otherwise, . + + if linear filtering is supported for this YCbCr conversion; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/GrVkYcbcrConversionInfo.xml b/SkiaSharpAPI/SkiaSharp/GrVkYcbcrConversionInfo.xml index 6ad508b0..12af6400 100644 --- a/SkiaSharpAPI/SkiaSharp/GrVkYcbcrConversionInfo.xml +++ b/SkiaSharpAPI/SkiaSharp/GrVkYcbcrConversionInfo.xml @@ -61,9 +61,9 @@ SkiaSharp.GRVkYcbcrComponents - To be added. - To be added. - To be added. + Gets or sets the Vulkan YCbCr component swizzle mapping. + A value that describes the component swizzle. + @@ -177,10 +177,10 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Implicitly converts a to a . + A that represents the same Vulkan YCbCr conversion parameters. + @@ -199,10 +199,10 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Implicitly converts a to a . + A that represents the same Vulkan YCbCr conversion parameters. + @@ -223,9 +223,9 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value indicating whether the sampler filter must match the chroma filter. + if the sampler filter must match the chroma filter; otherwise, . + @@ -246,9 +246,9 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value indicating whether the image format supports linear filtering. + if the image format supports linear filtering; otherwise, . + diff --git a/SkiaSharpAPI/SkiaSharp/SKCanvas.xml b/SkiaSharpAPI/SkiaSharp/SKCanvas.xml index 12b636df..70c4e315 100644 --- a/SkiaSharpAPI/SkiaSharp/SKCanvas.xml +++ b/SkiaSharpAPI/SkiaSharp/SKCanvas.xml @@ -976,12 +976,12 @@ this information. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The bitmap to draw. + The location at which to draw the upper-left corner of the bitmap. + The sampling options to apply when scaling or filtering the bitmap. + The paint to use when drawing the bitmap, or for default rendering. + Draws a bitmap at the specified location using the given sampling options and paint. + @@ -1124,13 +1124,13 @@ this information. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The bitmap to draw. + The x-coordinate of the left edge of the bitmap. + The y-coordinate of the top edge of the bitmap. + The sampling options to apply when scaling or filtering the bitmap. + The paint to use when drawing the bitmap, or for default rendering. + Draws a bitmap at the specified coordinates using the given sampling options and paint. + @@ -2744,7 +2744,7 @@ contours intersect each other (think ). The surface to draw. - To be added. + The location at which to draw the upper-left corner of the surface. The sampling options to use when drawing the surface. The paint to apply, or to use default paint settings. Draws the specified surface onto the canvas at the given point using the given sampling options. diff --git a/SkiaSharpAPI/SkiaSharp/SKColorSpace.xml b/SkiaSharpAPI/SkiaSharp/SKColorSpace.xml index f56d6a21..d666c626 100644 --- a/SkiaSharpAPI/SkiaSharp/SKColorSpace.xml +++ b/SkiaSharpAPI/SkiaSharp/SKColorSpace.xml @@ -32,11 +32,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + One of the enumeration values that specifies the CICP color primaries. + One of the enumeration values that specifies the CICP transfer function. + Creates a new color space from the specified CICP color primaries and transfer function. + A new , or if the specified CICP parameters do not define a supported color space. + diff --git a/SkiaSharpAPI/SkiaSharp/SKDocument.xml b/SkiaSharpAPI/SkiaSharp/SKDocument.xml index 8d47f1c5..4a80dce8 100644 --- a/SkiaSharpAPI/SkiaSharp/SKDocument.xml +++ b/SkiaSharpAPI/SkiaSharp/SKDocument.xml @@ -404,7 +404,7 @@ canvas, and then complete the page with a call to The stream to which the XPS document will be written. - To be added. + The structure that specifies the options for creating the XPS document. Creates an XPS document writer that writes to the specified stream using the provided options. A new for writing XPS content, or if XPS is not supported on the current platform. @@ -452,7 +452,7 @@ canvas, and then complete the page with a call to The managed stream to which the XPS document will be written. - To be added. + The structure that specifies the options for creating the XPS document. Creates an XPS document writer that writes to the specified managed stream using the provided options. A new for writing XPS content, or if XPS is not supported on the current platform. @@ -500,7 +500,7 @@ canvas, and then complete the page with a call to The file path to which the XPS document will be written. - To be added. + The structure that specifies the options for creating the XPS document. Creates an XPS document writer that writes to the specified file using the provided options. A new for writing XPS content, or if XPS is not supported on the current platform. diff --git a/SkiaSharpAPI/SkiaSharp/SKDocumentXpsOptions.xml b/SkiaSharpAPI/SkiaSharp/SKDocumentXpsOptions.xml index 541c9c51..2c077d92 100644 --- a/SkiaSharpAPI/SkiaSharp/SKDocumentXpsOptions.xml +++ b/SkiaSharpAPI/SkiaSharp/SKDocumentXpsOptions.xml @@ -58,7 +58,8 @@ doc.Close(); Gets or sets a value indicating whether the XPS encoder may omit PNG image data. - to allow the encoder to omit PNG images and substitute alternative representations; otherwise, . + + to allow the encoder to omit PNG images and substitute alternative representations; otherwise, . @@ -111,7 +112,8 @@ doc.Close(); The to compare with this instance. Indicates whether these options are equal to another . - if both instances have the same DPI and flags; otherwise, . + + if both instances have the same DPI and flags; otherwise, . @@ -138,7 +140,8 @@ doc.Close(); The object to compare with this instance. Indicates whether these options are equal to the specified object. - if is a with the same values; otherwise, . + + if is a with the same values; otherwise, . @@ -186,7 +189,8 @@ doc.Close(); The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -210,7 +214,8 @@ doc.Close(); The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKFontPaletteOverride.xml b/SkiaSharpAPI/SkiaSharp/SKFontPaletteOverride.xml index b90acd45..3b5a498b 100644 --- a/SkiaSharpAPI/SkiaSharp/SKFontPaletteOverride.xml +++ b/SkiaSharpAPI/SkiaSharp/SKFontPaletteOverride.xml @@ -87,7 +87,8 @@ using var typeface = original.Clone(args); The to compare with this instance. Indicates whether this palette override is equal to another . - if both instances have the same index and color; otherwise, . + + if both instances have the same index and color; otherwise, . @@ -114,7 +115,8 @@ using var typeface = original.Clone(args); The object to compare with this instance. Indicates whether this palette override is equal to the specified object. - if is a with the same index and color; otherwise, . + + if is a with the same index and color; otherwise, . @@ -185,7 +187,8 @@ using var typeface = original.Clone(args); The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -209,7 +212,8 @@ using var typeface = original.Clone(args); The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKFontVariationAxis.xml b/SkiaSharpAPI/SkiaSharp/SKFontVariationAxis.xml index 772c3375..d14c0d6c 100644 --- a/SkiaSharpAPI/SkiaSharp/SKFontVariationAxis.xml +++ b/SkiaSharpAPI/SkiaSharp/SKFontVariationAxis.xml @@ -86,7 +86,8 @@ foreach (var axis in typeface.VariationDesignParameters) The to compare with this instance. Indicates whether this variation axis is equal to another . - if both axes have the same tag, range, and hidden flag; otherwise, . + + if both axes have the same tag, range, and hidden flag; otherwise, . @@ -113,7 +114,8 @@ foreach (var axis in typeface.VariationDesignParameters) The object to compare with this instance. Indicates whether this variation axis is equal to the specified object. - if is a with the same values; otherwise, . + + if is a with the same values; otherwise, . @@ -160,7 +162,8 @@ foreach (var axis in typeface.VariationDesignParameters) Gets or sets a value indicating whether this variation axis is intended to be hidden from the user. - if this axis should not be presented in a user interface; otherwise, . + + if this axis should not be presented in a user interface; otherwise, . @@ -230,7 +233,8 @@ foreach (var axis in typeface.VariationDesignParameters) The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -254,7 +258,8 @@ foreach (var axis in typeface.VariationDesignParameters) The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKFontVariationPositionCoordinate.xml b/SkiaSharpAPI/SkiaSharp/SKFontVariationPositionCoordinate.xml index 9cf66acd..72f6ca17 100644 --- a/SkiaSharpAPI/SkiaSharp/SKFontVariationPositionCoordinate.xml +++ b/SkiaSharpAPI/SkiaSharp/SKFontVariationPositionCoordinate.xml @@ -86,7 +86,8 @@ var coord = new SKFontVariationPositionCoordinate The to compare with this instance. Indicates whether this coordinate is equal to another . - if both coordinates have the same axis tag and value; otherwise, . + + if both coordinates have the same axis tag and value; otherwise, . @@ -113,7 +114,8 @@ var coord = new SKFontVariationPositionCoordinate The object to compare with this instance. Indicates whether this coordinate is equal to the specified object. - if is a with the same axis tag and value; otherwise, . + + if is a with the same axis tag and value; otherwise, . @@ -161,7 +163,8 @@ var coord = new SKFontVariationPositionCoordinate The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -185,7 +188,8 @@ var coord = new SKFontVariationPositionCoordinate The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKFourByteTag.xml b/SkiaSharpAPI/SkiaSharp/SKFourByteTag.xml index e491c6f9..9f7192e3 100644 --- a/SkiaSharpAPI/SkiaSharp/SKFourByteTag.xml +++ b/SkiaSharpAPI/SkiaSharp/SKFourByteTag.xml @@ -108,7 +108,8 @@ Console.WriteLine(wghtFromString); // wght The to compare with this instance. Indicates whether this tag is equal to another . - if both tags have the same packed value; otherwise, . + + if both tags have the same packed value; otherwise, . @@ -135,7 +136,8 @@ Console.WriteLine(wghtFromString); // wght The object to compare with this instance. Indicates whether this tag is equal to the specified object. - if is an with the same packed value; otherwise, . + + if is an with the same packed value; otherwise, . @@ -178,7 +180,8 @@ Console.WriteLine(wghtFromString); // wght The first to compare. The second to compare. Determines whether two values are equal. - if and are equal; otherwise, . + + if and are equal; otherwise, . @@ -246,7 +249,8 @@ Console.WriteLine(wghtFromString); // wght The first to compare. The second to compare. Determines whether two values are not equal. - if and are not equal; otherwise, . + + if and are not equal; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKPaint.xml b/SkiaSharpAPI/SkiaSharp/SKPaint.xml index a3fbeed4..90f49106 100644 --- a/SkiaSharpAPI/SkiaSharp/SKPaint.xml +++ b/SkiaSharpAPI/SkiaSharp/SKPaint.xml @@ -397,7 +397,8 @@ The example above produces the following: The source path to fill. The to which the filled path is written. Computes the filled geometry of the source path using this paint's style and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . @@ -567,7 +568,8 @@ The example above produces the following: The to which the filled path is written. The transformation matrix to apply before computing the fill. Computes the filled geometry of the source path after applying a transformation matrix and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . @@ -593,7 +595,8 @@ The example above produces the following: The to which the filled path is written. A rectangle used to cull path elements that lie entirely outside its bounds. Computes the filled geometry of the source path within the cull rectangle and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . @@ -619,7 +622,8 @@ The example above produces the following: The to which the filled path is written. The scale factor used to determine resolution-dependent path simplification. Computes the filled geometry of the source path at the specified resolution scale and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . @@ -767,7 +771,8 @@ The example above produces the following: A rectangle used to cull path elements that lie entirely outside its bounds. The transformation matrix to apply before computing the fill. Computes the filled geometry of the source path within the cull rectangle after applying a transformation matrix, and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . @@ -795,7 +800,8 @@ The example above produces the following: A rectangle used to cull path elements that lie entirely outside its bounds. The scale factor used to determine resolution-dependent path simplification. Computes the filled geometry of the source path within the cull rectangle at the specified resolution scale, and writes the result to the destination path builder. - if the fill path was successfully computed; otherwise, . + + if the fill path was successfully computed; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKPathBuilder.xml b/SkiaSharpAPI/SkiaSharp/SKPathBuilder.xml index 00c1678c..91a1b06b 100644 --- a/SkiaSharpAPI/SkiaSharp/SKPathBuilder.xml +++ b/SkiaSharpAPI/SkiaSharp/SKPathBuilder.xml @@ -243,7 +243,8 @@ using var path = builder.Detach(); An array of points defining the polygon vertices. - to close the polygon by adding a line back to the first point; otherwise, . + + to close the polygon by adding a line back to the first point; otherwise, . Appends a polygon contour defined by the specified points. @@ -266,7 +267,8 @@ using var path = builder.Detach(); A read-only span of points defining the polygon vertices. - to close the polygon by adding a line back to the first point; otherwise, . + + to close the polygon by adding a line back to the first point; otherwise, . Appends a polygon contour defined by the specified span of points. @@ -441,7 +443,8 @@ using var path = builder.Detach(); The bounds of the oval that defines the arc. The starting angle of the arc, in degrees. The sweep angle of the arc, in degrees. - to begin a new contour at the arc start; to connect with a line from the current point. + + to begin a new contour at the arc start; to connect with a line from the current point. Appends an arc of the specified oval to the current contour. @@ -700,7 +703,8 @@ using var path = builder.Detach(); - to release both managed and native resources; to release only native resources. + + to release both managed and native resources; to release only native resources. Releases the resources used by this . diff --git a/SkiaSharpAPI/SkiaSharp/SKPathMeasure.xml b/SkiaSharpAPI/SkiaSharp/SKPathMeasure.xml index 646fbd4d..4b60196a 100644 --- a/SkiaSharpAPI/SkiaSharp/SKPathMeasure.xml +++ b/SkiaSharpAPI/SkiaSharp/SKPathMeasure.xml @@ -271,9 +271,11 @@ The distance along the path at which the segment begins. The distance along the path at which the segment ends. The to which the extracted segment contour is appended. - to prepend a move-to verb at the start position of the segment; otherwise, . + + to prepend a move-to verb at the start position of the segment; otherwise, . Extracts a contour segment of the path between two distances and appends it to the destination path. - if the segment was successfully extracted; otherwise, . + + if the segment was successfully extracted; otherwise, . @@ -296,13 +298,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The starting distance along the contour for the segment. + The ending distance along the contour for the segment. + The to receive the extracted path segment. + to start the segment with a move-to command; otherwise, . + Copies a segment of the path contour, between the specified distances, into the specified path builder. + if a valid segment was extracted; otherwise, . + diff --git a/SkiaSharpAPI/SkiaSharp/SKSurface.xml b/SkiaSharpAPI/SkiaSharp/SKSurface.xml index 21e5aa73..c97c23f4 100644 --- a/SkiaSharpAPI/SkiaSharp/SKSurface.xml +++ b/SkiaSharpAPI/SkiaSharp/SKSurface.xml @@ -1653,12 +1653,12 @@ The example above produces the following: - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The canvas onto which to draw the surface. + The location at which to draw the upper-left corner of the surface. + The sampling options to apply when scaling or filtering the surface. + The paint to use when drawing the surface, or for default rendering. + Draws the surface onto the specified canvas at the given location using the specified sampling options and paint. + diff --git a/SkiaSharpAPI/SkiaSharp/SKTypeface.xml b/SkiaSharpAPI/SkiaSharp/SKTypeface.xml index 6562a2c3..3e671429 100644 --- a/SkiaSharpAPI/SkiaSharp/SKTypeface.xml +++ b/SkiaSharpAPI/SkiaSharp/SKTypeface.xml @@ -1180,7 +1180,8 @@ A typeface is understood to be bold when the weight is greater than or equal to Gets a value indicating whether this typeface is the empty typeface. - if this typeface is the empty typeface; otherwise, . + + if this typeface is the empty typeface; otherwise, . diff --git a/SkiaSharpAPI/SkiaSharp/SKWebpEncoder.xml b/SkiaSharpAPI/SkiaSharp/SKWebpEncoder.xml index fbd18341..338f8d57 100644 --- a/SkiaSharpAPI/SkiaSharp/SKWebpEncoder.xml +++ b/SkiaSharpAPI/SkiaSharp/SKWebpEncoder.xml @@ -96,7 +96,8 @@ File.WriteAllBytes("output.webp", data.ToArray()); The pixel data to encode. The WebP encoder options, such as quality and compression method. Encodes the specified pixel data to WebP format and writes the result to the specified stream. - if encoding succeeded; otherwise, . + + if encoding succeeded; otherwise, . @@ -127,7 +128,8 @@ File.WriteAllBytes("output.webp", data.ToArray()); The pixel data to encode. The WebP encoder options, such as quality and compression method. Encodes the specified pixel data to WebP format and writes the result to the specified managed stream. - if encoding succeeded; otherwise, . + + if encoding succeeded; otherwise, . @@ -188,7 +190,8 @@ File.WriteAllBytes("output.webp", data.ToArray()); A read-only span of values describing each frame of the animation. The WebP encoder options, such as quality and compression method. Encodes the specified frames as an animated WebP and writes the result to the specified stream. - if encoding succeeded; otherwise, . + + if encoding succeeded; otherwise, . @@ -220,7 +223,8 @@ File.WriteAllBytes("output.webp", data.ToArray()); A read-only span of values describing each frame of the animation. The WebP encoder options, such as quality and compression method. Encodes the specified frames as an animated WebP and writes the result to the specified managed stream. - if encoding succeeded; otherwise, . + + if encoding succeeded; otherwise, . diff --git a/SkiaSharpAPI/index.xml b/SkiaSharpAPI/index.xml index 4d6e3950..030dfaac 100644 --- a/SkiaSharpAPI/index.xml +++ b/SkiaSharpAPI/index.xml @@ -1022,10 +1022,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to an . @@ -1046,10 +1044,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to an . @@ -1070,10 +1066,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to an . @@ -1094,10 +1088,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to an . @@ -1118,10 +1110,8 @@ - To be added. - To be added. - To be added. - To be added. + The array of values to convert. + Converts an array of values to an array of values. @@ -2274,10 +2264,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2296,10 +2284,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2318,10 +2304,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2340,10 +2324,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2362,10 +2344,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2384,10 +2364,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2406,10 +2384,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts an to a . @@ -2628,10 +2604,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an . @@ -2650,10 +2624,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an . @@ -2718,10 +2690,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an . @@ -2740,10 +2710,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an . @@ -2784,10 +2752,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an . @@ -2828,10 +2794,8 @@ - To be added. - To be added. - To be added. - To be added. + The to convert. + Converts a to an .