Class WicBitmapSource
Inheritance
WicBitmapSource
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public class WicBitmapSource : IDisposable
Constructors
|
Edit this page
View Source
WicBitmapSource(object)
Declaration
public WicBitmapSource(object handle)
Parameters
Type |
Name |
Description |
object |
handle |
|
Properties
|
Edit this page
View Source
Handle
Declaration
public object Handle { get; }
Property Value
Methods
|
Edit this page
View Source
CopyPalette(WicPalette)
Declaration
public void CopyPalette(WicPalette palette)
Parameters
|
Edit this page
View Source
CopyPixels(WicRect?, uint, byte[])
Declaration
public void CopyPixels(WicRect? rc, uint stride, byte[] buffer)
Parameters
|
Edit this page
View Source
CopyPixels(WicRect?, uint, byte[], int, int)
Declaration
public void CopyPixels(WicRect? rc, uint stride, byte[] buffer, int start, int length)
Parameters
|
Edit this page
View Source
CopyPixels(WicRect?, uint, nint, int)
Declaration
public void CopyPixels(WicRect? rc, uint stride, nint buffer, int length)
Parameters
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
Declaration
public WicPixelFormatGuid GetPixelFormat()
Returns
|
Edit this page
View Source
GetResolution(out double, out double)
Declaration
public void GetResolution(out double dpiX, out double dpiY)
Parameters
|
Edit this page
View Source
GetSize(out uint, out uint)
Declaration
public void GetSize(out uint width, out uint height)
Parameters
Type |
Name |
Description |
uint |
width |
|
uint |
height |
|
|
Edit this page
View Source
OnDispose()
Declaration
protected virtual void OnDispose()
Implements