SKBitmap.DecodeBounds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DecodeBounds(String) |
Decode the bitmap information for the specified filename. |
DecodeBounds(Stream) |
Decode the bitmap information using the specified stream. |
DecodeBounds(ReadOnlySpan<Byte>) | |
DecodeBounds(SKStream) |
Decode the bitmap information using the specified stream. |
DecodeBounds(SKData) |
Decode the bitmap information using the specified data. |
DecodeBounds(Byte[]) |
Decode the bitmap information using the specified byte buffer. |
DecodeBounds(String)
DecodeBounds(Stream)
DecodeBounds(ReadOnlySpan<Byte>)
public static SkiaSharp.SKImageInfo DecodeBounds (ReadOnlySpan<byte> buffer);
Parameters
- buffer
- ReadOnlySpan<Byte>
Returns
Applies to
DecodeBounds(SKStream)
DecodeBounds(SKData)
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.