зеркало из https://github.com/mono/SkiaSharp.git
Updated the docs
This commit is contained in:
Родитель
39c06ec879
Коммит
1cc9af5adb
|
@ -633,10 +633,12 @@
|
|||
<Parameter Name="stream" Type="System.IO.Stream" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="stream">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="stream">The stream to decode.</param>
|
||||
<summary>Decode a bitmap using the specified stream and destination image information.</summary>
|
||||
<returns>The the decoded bitmap, or <paramref name="null" /> on error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Decode">
|
||||
|
@ -786,11 +788,13 @@
|
|||
<Parameter Name="bitmapInfo" Type="SkiaSharp.SKImageInfo" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="stream">To be added.</param>
|
||||
<param name="bitmapInfo">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="stream">The stream to decode.</param>
|
||||
<param name="bitmapInfo">The destination image information.</param>
|
||||
<summary>Decode a bitmap using the specified stream and destination image information.</summary>
|
||||
<returns>The the decoded bitmap, or <paramref name="null" /> on error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Decode">
|
||||
|
@ -917,10 +921,12 @@
|
|||
<Parameter Name="stream" Type="System.IO.Stream" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="stream">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="stream">The stream to decode.</param>
|
||||
<summary>Decode the bitmap information using the specified stream.</summary>
|
||||
<returns>The the decoded bitmap information, or <see cref="F:SkiaSharp.SKImageInfo.Empty" /> if there was an error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DecodeBounds">
|
||||
|
@ -1022,12 +1028,14 @@
|
|||
<Parameter Name="quality" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="dst">To be added.</param>
|
||||
<param name="format">To be added.</param>
|
||||
<param name="quality">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="dst">The stream to write the encoded image to.</param>
|
||||
<param name="format">The file format used to encode the image.</param>
|
||||
<param name="quality">The quality level to use for the image.</param>
|
||||
<summary>Encodes the image using the specified format.</summary>
|
||||
<returns>Returns <see langword="true" /> on success, or <see langword="false" /> if there was an error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Erase">
|
||||
|
@ -1803,8 +1811,10 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<summary>Indicates to consumers of the bitmap that the pixel data has changed.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PeekPixels">
|
||||
|
@ -1839,10 +1849,12 @@
|
|||
<Parameter Name="pixmap" Type="SkiaSharp.SKPixmap" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="pixmap">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="pixmap">The pixmap to receive the pixel information.</param>
|
||||
<summary>Returns the pixmap of the bitmap.</summary>
|
||||
<returns>Returns <see langword="true" /> on success, or <see langword="false" /> if the bitmap does not have access to pixel data.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Pixels">
|
||||
|
|
|
@ -1575,12 +1575,14 @@
|
|||
<Parameter Name="paint" Type="SkiaSharp.SKPaint" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="surface">To be added.</param>
|
||||
<param name="x">To be added.</param>
|
||||
<param name="y">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="surface">The surface to draw.</param>
|
||||
<param name="x">The x-coordinate destination for the surface.</param>
|
||||
<param name="y">The y-coordinate destination for the surface.</param>
|
||||
<param name="paint">The paint to use when drawing the surface, or <see langword="null" />.</param>
|
||||
<summary>Draws a surface on the canvas.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DrawText">
|
||||
|
|
|
@ -49,9 +49,13 @@
|
|||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
<summary>Gets or sets a value indicating whether the end marker for this frame is contained in the stream.</summary>
|
||||
<value>
|
||||
<para></para>
|
||||
</value>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RequiredFrame">
|
||||
|
|
|
@ -210,10 +210,12 @@
|
|||
<Parameter Name="size" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="size">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="size">The size of the data buffer to create.</param>
|
||||
<summary>Returns a new <see cref="T:SkiaSharp.SKData" /> instance with uninitialized data.</summary>
|
||||
<summary>Returns the new <see cref="T:SkiaSharp.SKData" /> instance.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Create">
|
||||
|
@ -230,10 +232,12 @@
|
|||
<Parameter Name="size" Type="System.UInt64" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="size">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="size">The size of the data buffer to create.</param>
|
||||
<summary>Returns a new <see cref="T:SkiaSharp.SKData" /> instance with uninitialized data.</summary>
|
||||
<summary>Returns the new <see cref="T:SkiaSharp.SKData" /> instance.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Create">
|
||||
|
|
|
@ -224,11 +224,11 @@
|
|||
<Parameter Name="dpi" Type="System.Single" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="stream">To be added.</param>
|
||||
<param name="dpi">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="stream">The stream to write to.</param>
|
||||
<param name="dpi">The DPI (pixels-per-inch) at which features without native XPS support will be rasterized.</param>
|
||||
<summary>Create a XPS-backed document, writing the results into a stream.</summary>
|
||||
<returns>Returns the new XPS-backed document.</returns>
|
||||
<remarks>XPS pages are sized in point units. 1 pt == 1/72 inch == 127/360 mm.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CreateXps">
|
||||
|
@ -246,11 +246,11 @@
|
|||
<Parameter Name="dpi" Type="System.Single" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="path">To be added.</param>
|
||||
<param name="dpi">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="path">The path of the file to write to.</param>
|
||||
<param name="dpi">The DPI (pixels-per-inch) at which features without native XPS support will be rasterized.</param>
|
||||
<summary>Create a XPS-backed document, writing the results into a stream.</summary>
|
||||
<returns>Returns the new XPS-backed document.</returns>
|
||||
<remarks>XPS pages are sized in point units. 1 pt == 1/72 inch == 127/360 mm.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DefaultRasterDpi">
|
||||
|
|
|
@ -59,9 +59,11 @@
|
|||
<Parameter Name="dst" Type="SkiaSharp.SKWStream" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="dst">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="dst">The stream to copy the data into.</param>
|
||||
<summary>Copies the data from the current stream into another stream.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CopyTo">
|
||||
|
@ -78,9 +80,11 @@
|
|||
<Parameter Name="data" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="data">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="data">The memory location to copy the data to.</param>
|
||||
<summary>Copies the data from the current stream to a memory location.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="CopyToData">
|
||||
|
@ -119,9 +123,9 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<summary>Returns a <see cref="T:SkiaSharp.SKData" /> instance of the data in the current stream, and then resets the current stream.</summary>
|
||||
<returns>Returns the <see cref="T:SkiaSharp.SKData" /> instance.</returns>
|
||||
<remarks>After calling this method, this stream is reset to it’s empty state.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DetachAsStream">
|
||||
|
|
|
@ -170,11 +170,13 @@
|
|||
<Parameter Name="quality" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="format">To be added.</param>
|
||||
<param name="quality">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="format">The file format used to encode the image.</param>
|
||||
<param name="quality">The quality level to use for the image.</param>
|
||||
<summary>Encodes the image using the specified format.</summary>
|
||||
<returns>Returns the <see cref="T:SkiaSharp.SKData" /> wrapping the encoded image.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Encode">
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
<param name="srcX">The source x-coordinate to start reading from.</param>
|
||||
<param name="srcY">The source y-coordinate to start reading from.</param>
|
||||
<summary>Copies the pixels from the image into the specified buffer.</summary>
|
||||
<returns>Returns <see langword="true" /> if the pexels were read, or <see langword="false" /> if there was an error.</returns>
|
||||
<returns>Returns <see langword="true" /> if the pixels were read, or <see langword="false" /> if there was an error.</returns>
|
||||
<remarks>This method may return <see langword="false" /> if the source rectangle [<paramref name="srcX" />, <paramref name="srcY" />, dstInfo.Width, dstInfo.Height] does not intersect the image, or if the color type/alpha type could not be converted to the destination types.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
|
@ -176,11 +176,13 @@
|
|||
<Parameter Name="quality" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="encoder">To be added.</param>
|
||||
<param name="quality">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="encoder">The file format used to encode the pixmap.</param>
|
||||
<param name="quality">The quality level to use for the pixmap.</param>
|
||||
<summary>Encodes the pixmap using the specified format.</summary>
|
||||
<returns>Returns the <see cref="T:SkiaSharp.SKData" /> wrapping the encoded pixmap.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Encode">
|
||||
|
@ -199,12 +201,14 @@
|
|||
<Parameter Name="quality" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="dst">To be added.</param>
|
||||
<param name="encoder">To be added.</param>
|
||||
<param name="quality">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="dst">The stream to write the encoded pixmap to.</param>
|
||||
<param name="encoder">The file format used to encode the pixmap.</param>
|
||||
<param name="quality">The quality level to use for the pixmap.</param>
|
||||
<summary>Encodes the pixmap using the specified format.</summary>
|
||||
<returns>Returns <see langword="true" /> on success, or <see langword="false" /> if there was an error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Encode">
|
||||
|
@ -224,13 +228,15 @@
|
|||
<Parameter Name="quality" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="dst">To be added.</param>
|
||||
<param name="src">To be added.</param>
|
||||
<param name="encoder">To be added.</param>
|
||||
<param name="quality">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="dst">The stream to write the encoded pixmap to.</param>
|
||||
<param name="src">The pixmap to encode.</param>
|
||||
<param name="encoder">The file format used to encode the pixmap.</param>
|
||||
<param name="quality">The quality level to use for the pixmap.</param>
|
||||
<summary>Encodes the pixmap using the specified format.</summary>
|
||||
<returns>Returns <see langword="true" /> on success, or <see langword="false" /> if there was an error.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GetPixels">
|
||||
|
|
|
@ -670,12 +670,14 @@
|
|||
<Parameter Name="paint" Type="SkiaSharp.SKPaint" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="canvas">To be added.</param>
|
||||
<param name="x">To be added.</param>
|
||||
<param name="y">To be added.</param>
|
||||
<param name="paint">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="canvas">The canvas to draw on.</param>
|
||||
<param name="x">The x-coordinate destination for the surface.</param>
|
||||
<param name="y">The y-coordinate destination for the surface.</param>
|
||||
<param name="paint">The paint to use when drawing the surface, or <see langword="null" />.</param>
|
||||
<summary>Draws the current surface on the specified canvas.</summary>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PeekPixels">
|
||||
|
@ -690,9 +692,9 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<summary>Returns the pixels, if they are available.</summary>
|
||||
<returns>Returns the pixels, if they are available, otherwise <see langword="null" />.</returns>
|
||||
<remarks>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.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="PeekPixels">
|
||||
|
@ -709,10 +711,12 @@
|
|||
<Parameter Name="pixmap" Type="SkiaSharp.SKPixmap" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="pixmap">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="pixmap">The pixmap to receive the pixel information.</param>
|
||||
<summary>Returns the pixmap of the surface.</summary>
|
||||
<returns>Returns <see langword="true" /> on success, or <see langword="false" /> if the surface does not have access to pixel data.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ReadPixels">
|
||||
|
@ -733,14 +737,14 @@
|
|||
<Parameter Name="srcY" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="dstInfo">To be added.</param>
|
||||
<param name="dstPixels">To be added.</param>
|
||||
<param name="dstRowBytes">To be added.</param>
|
||||
<param name="srcX">To be added.</param>
|
||||
<param name="srcY">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="dstInfo">The image information describing the destination pixel buffer.</param>
|
||||
<param name="dstPixels">The pixel buffer to read the pixel data into.</param>
|
||||
<param name="dstRowBytes">The number of bytes in each row of in the destination buffer.</param>
|
||||
<param name="srcX">The source x-coordinate to start reading from.</param>
|
||||
<param name="srcY">The source y-coordinate to start reading from.</param>
|
||||
<summary>Copies the pixels from the surface into the specified buffer.</summary>
|
||||
<returns>Returns <see langword="true" /> if the pixels were read, or <see langword="false" /> if there was an error.</returns>
|
||||
<remarks>This method may return <see langword="false" /> if the source rectangle [<paramref name="srcX" />, <paramref name="srcY" />, dstInfo.Width, dstInfo.Height] does not intersect the surface, or if the color type/alpha type could not be converted to the destination types.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Snapshot">
|
||||
|
@ -785,9 +789,13 @@
|
|||
<ReturnType>SkiaSharp.SKSurfaceProps</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
<summary>Gets the surface property configuration.</summary>
|
||||
<value>
|
||||
<para></para>
|
||||
</value>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
|
|
|
@ -459,11 +459,13 @@ using (var tf = SKTypeface.FromStream (stream)) {
|
|||
<Parameter Name="index" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="stream">To be added.</param>
|
||||
<param name="index">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<param name="stream">The input stream.</param>
|
||||
<param name="index">The font face index.</param>
|
||||
<summary>Returns a new typeface given a stream. Ownership of the stream is transferred, so the caller must not reference it again.</summary>
|
||||
<returns>Returns a new typeface, or <paramref name="null" /> if the file does not exist, or is not a valid font file.</returns>
|
||||
<remarks>
|
||||
<para></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="FromTypeface">
|
||||
|
|
|
@ -108,23 +108,6 @@
|
|||
<MemberSignature Language="C#" Value="public bool NewLine ();" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool NewLine() cil managed" />
|
||||
<MemberType>Method</MemberType>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>1.57.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="NewLine">
|
||||
<MemberSignature Language="C#" Value="public void NewLine ();" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void NewLine() cil managed" />
|
||||
<MemberType>Method</MemberType>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>1.49.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>1.52.0.0</AssemblyVersion>
|
||||
|
@ -133,9 +116,10 @@
|
|||
<AssemblyVersion>1.54.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>1.55.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>1.56.0.0</AssemblyVersion>
|
||||
<AssemblyVersion>1.57.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
|
|
Загрузка…
Ссылка в новой задаче