GetChannelMask(Int32,Int32,IntPtr) Method
In This Topic
HRESULT IWICPixelFormatInfo::GetChannelMask([In] unsigned int uiChannelIndex,[In] unsigned int cbMaskBuffer,[In] void* pbMaskBuffer,[Out] unsigned int* pcbActual)
Syntax
'Declaration
Public Overloads Function GetChannelMask( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr _
) As System.Integer
public System.int GetChannelMask(
System.int ,
System.int ,
System.IntPtr
)
Parameters
- channelIndex
- maskBuffer
- maskBufferRef
See Also