diff --git a/docs/en/SkiaSharp/SKBitmap.xml b/docs/en/SkiaSharp/SKBitmap.xml index a45ca75a..b0f64033 100644 --- a/docs/en/SkiaSharp/SKBitmap.xml +++ b/docs/en/SkiaSharp/SKBitmap.xml @@ -633,10 +633,12 @@ - To be added. - To be added. - To be added. - To be added. + The stream to decode. + Decode a bitmap using the specified stream and destination image information. + The the decoded bitmap, or  on error. + + + @@ -786,11 +788,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The stream to decode. + The destination image information. + Decode a bitmap using the specified stream and destination image information. + The the decoded bitmap, or  on error. + + + @@ -917,10 +921,12 @@ - To be added. - To be added. - To be added. - To be added. + The stream to decode. + Decode the bitmap information using the specified stream. + The the decoded bitmap information, or  if there was an error. + + + @@ -1022,12 +1028,14 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The stream to write the encoded image to. + The file format used to encode the image. + The quality level to use for the image. + Encodes the image using the specified format. + Returns on success, or if there was an error. + + + @@ -1803,8 +1811,10 @@ - To be added. - To be added. + Indicates to consumers of the bitmap that the pixel data has changed. + + + @@ -1839,10 +1849,12 @@ - To be added. - To be added. - To be added. - To be added. + The pixmap to receive the pixel information. + Returns the pixmap of the bitmap. + Returns on success, or if the bitmap does not have access to pixel data. + + + diff --git a/docs/en/SkiaSharp/SKCanvas.xml b/docs/en/SkiaSharp/SKCanvas.xml index e8e7a772..199ad308 100644 --- a/docs/en/SkiaSharp/SKCanvas.xml +++ b/docs/en/SkiaSharp/SKCanvas.xml @@ -1575,12 +1575,14 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The surface to draw. + The x-coordinate destination for the surface. + The y-coordinate destination for the surface. + The paint to use when drawing the surface, or . + Draws a surface on the canvas. + + + diff --git a/docs/en/SkiaSharp/SKCodecFrameInfo.xml b/docs/en/SkiaSharp/SKCodecFrameInfo.xml index 66146644..2b731f1b 100644 --- a/docs/en/SkiaSharp/SKCodecFrameInfo.xml +++ b/docs/en/SkiaSharp/SKCodecFrameInfo.xml @@ -49,9 +49,13 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value indicating whether the end marker for this frame is contained in the stream. + + + + + + diff --git a/docs/en/SkiaSharp/SKData.xml b/docs/en/SkiaSharp/SKData.xml index ecd5421d..0c3a2908 100644 --- a/docs/en/SkiaSharp/SKData.xml +++ b/docs/en/SkiaSharp/SKData.xml @@ -210,10 +210,12 @@ - To be added. - To be added. - To be added. - To be added. + The size of the data buffer to create. + Returns a new  instance with uninitialized data. + Returns the new  instance. + + + @@ -230,10 +232,12 @@ - To be added. - To be added. - To be added. - To be added. + The size of the data buffer to create. + Returns a new  instance with uninitialized data. + Returns the new  instance. + + + diff --git a/docs/en/SkiaSharp/SKDocument.xml b/docs/en/SkiaSharp/SKDocument.xml index a580c555..797d0598 100644 --- a/docs/en/SkiaSharp/SKDocument.xml +++ b/docs/en/SkiaSharp/SKDocument.xml @@ -224,11 +224,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The stream to write to. + The DPI (pixels-per-inch) at which features without native XPS support will be rasterized. + Create a XPS-backed document, writing the results into a stream. + Returns the new XPS-backed document. + XPS pages are sized in point units. 1 pt == 1/72 inch == 127/360 mm. @@ -246,11 +246,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The path of the file to write to. + The DPI (pixels-per-inch) at which features without native XPS support will be rasterized. + Create a XPS-backed document, writing the results into a stream. + Returns the new XPS-backed document. + XPS pages are sized in point units. 1 pt == 1/72 inch == 127/360 mm. diff --git a/docs/en/SkiaSharp/SKDynamicMemoryWStream.xml b/docs/en/SkiaSharp/SKDynamicMemoryWStream.xml index 8b4a9550..61ab3428 100644 --- a/docs/en/SkiaSharp/SKDynamicMemoryWStream.xml +++ b/docs/en/SkiaSharp/SKDynamicMemoryWStream.xml @@ -59,9 +59,11 @@ - To be added. - To be added. - To be added. + The stream to copy the data into. + Copies the data from the current stream into another stream. + + + @@ -78,9 +80,11 @@ - To be added. - To be added. - To be added. + The memory location to copy the data to. + Copies the data from the current stream to a memory location. + + + @@ -119,9 +123,9 @@ - To be added. - To be added. - To be added. + Returns a  instance of the data in the current stream, and then resets the current stream. + Returns the  instance. + After calling this method, this stream is reset to it’s empty state. diff --git a/docs/en/SkiaSharp/SKImage.xml b/docs/en/SkiaSharp/SKImage.xml index ac6ff377..06022099 100644 --- a/docs/en/SkiaSharp/SKImage.xml +++ b/docs/en/SkiaSharp/SKImage.xml @@ -170,11 +170,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The file format used to encode the image. + The quality level to use for the image. + Encodes the image using the specified format. + Returns the  wrapping the encoded image. + + + @@ -1083,7 +1085,7 @@ The source x-coordinate to start reading from. The source y-coordinate to start reading from. Copies the pixels from the image into the specified buffer. - Returns  if the pexels were read, or  if there was an error. + Returns  if the pixels were read, or  if there was an error. This method may return  if the source rectangle [, dstInfo.Width, dstInfo.Height] does not intersect the image, or if the color type/alpha type could not be converted to the destination types. diff --git a/docs/en/SkiaSharp/SKPixmap.xml b/docs/en/SkiaSharp/SKPixmap.xml index 1db645dc..301a608a 100644 --- a/docs/en/SkiaSharp/SKPixmap.xml +++ b/docs/en/SkiaSharp/SKPixmap.xml @@ -176,11 +176,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The file format used to encode the pixmap. + The quality level to use for the pixmap. + Encodes the pixmap using the specified format. + Returns the  wrapping the encoded pixmap. + + + @@ -199,12 +201,14 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The stream to write the encoded pixmap to. + The file format used to encode the pixmap. + The quality level to use for the pixmap. + Encodes the pixmap using the specified format. + Returns on success, or if there was an error. + + + @@ -224,13 +228,15 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The stream to write the encoded pixmap to. + The pixmap to encode. + The file format used to encode the pixmap. + The quality level to use for the pixmap. + Encodes the pixmap using the specified format. + Returns on success, or if there was an error. + + + diff --git a/docs/en/SkiaSharp/SKSurface.xml b/docs/en/SkiaSharp/SKSurface.xml index 7b2a0382..b2cf0a1c 100644 --- a/docs/en/SkiaSharp/SKSurface.xml +++ b/docs/en/SkiaSharp/SKSurface.xml @@ -670,12 +670,14 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The canvas to draw on. + The x-coordinate destination for the surface. + The y-coordinate destination for the surface. + The paint to use when drawing the surface, or . + Draws the current surface on the specified canvas. + + + @@ -690,9 +692,9 @@ - To be added. - To be added. - To be added. + Returns the pixels, if they are available. + Returns the pixels, if they are available, otherwise . + If the pixels are available, then the surface is only valid until the surface changes in any way, in which case the pixmap becomes invalid. @@ -709,10 +711,12 @@ - To be added. - To be added. - To be added. - To be added. + The pixmap to receive the pixel information. + Returns the pixmap of the surface. + Returns on success, or if the surface does not have access to pixel data. + + + @@ -733,14 +737,14 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The image information describing the destination pixel buffer. + The pixel buffer to read the pixel data into. + The number of bytes in each row of in the destination buffer. + The source x-coordinate to start reading from. + The source y-coordinate to start reading from. + Copies the pixels from the surface into the specified buffer. + Returns  if the pixels were read, or  if there was an error. + This method may return  if the source rectangle [, dstInfo.Width, dstInfo.Height] does not intersect the surface, or if the color type/alpha type could not be converted to the destination types. @@ -785,9 +789,13 @@ SkiaSharp.SKSurfaceProps - To be added. - To be added. - To be added. + Gets the surface property configuration. + + + + + + diff --git a/docs/en/SkiaSharp/SKTypeface.xml b/docs/en/SkiaSharp/SKTypeface.xml index 90d918f8..e5d73c0f 100644 --- a/docs/en/SkiaSharp/SKTypeface.xml +++ b/docs/en/SkiaSharp/SKTypeface.xml @@ -459,11 +459,13 @@ using (var tf = SKTypeface.FromStream (stream)) { - To be added. - To be added. - To be added. - To be added. - To be added. + The input stream. + The font face index. + Returns a new typeface given a stream. Ownership of the stream is transferred, so the caller must not reference it again. + Returns a new typeface, or  if the file does not exist, or is not a valid font file. + + + diff --git a/docs/en/SkiaSharp/SKWStream.xml b/docs/en/SkiaSharp/SKWStream.xml index fb808279..d04319f0 100644 --- a/docs/en/SkiaSharp/SKWStream.xml +++ b/docs/en/SkiaSharp/SKWStream.xml @@ -108,23 +108,6 @@ Method - - 1.57.0.0 - - - System.Boolean - - - - To be added. - To be added. - To be added. - - - - - - Method 1.49.0.0 1.52.0.0 @@ -133,9 +116,10 @@ 1.54.0.0 1.55.0.0 1.56.0.0 + 1.57.0.0 - System.Void + System.Boolean