Class WicDdsFrameDecode
Inheritance
WicDdsFrameDecode
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public sealed class WicDdsFrameDecode : IDisposable
Constructors
|
Edit this page
View Source
WicDdsFrameDecode(WicBitmapFrameDecode)
Declaration
public WicDdsFrameDecode(WicBitmapFrameDecode decode)
Parameters
|
Edit this page
View Source
WicDdsFrameDecode(object)
Declaration
public WicDdsFrameDecode(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
CopyBlocks(WicRect?, uint, byte[])
Declaration
public void CopyBlocks(WicRect? rc, uint cbStride, byte[] buffer)
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 WicDdsFormatInfo GetFormatInfo()
Returns
|
Edit this page
View Source
GetSizeInBlocks(uint, uint)
Declaration
public void GetSizeInBlocks(uint pWidthInBlocks, uint pHeightInBlocks)
Parameters
Type |
Name |
Description |
uint |
pWidthInBlocks |
|
uint |
pHeightInBlocks |
|
Implements