Class WicBitmapLock
Inheritance
WicBitmapLock
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public sealed class WicBitmapLock : IDisposable
Constructors
|
Edit this page
View Source
WicBitmapLock(object)
Declaration
public WicBitmapLock(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
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
GetDataPointer(out uint, out nint)
Declaration
public void GetDataPointer(out uint size, out nint data)
Parameters
Type |
Name |
Description |
uint |
size |
|
nint |
data |
|
|
Edit this page
View Source
Declaration
public WicPixelFormatGuid GetPixelFormat()
Returns
|
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
GetStride()
Declaration
Returns
Implements