[]
        
(Showing Draft Content)

C1.Util.DX.WIC.PlanarBitmapSourceTransform.DoesSupportTransform

DoesSupportTransform Method

DoesSupportTransform(ref int, ref int, BitmapTransformOptions, PlanarOptions, Guid[], BitmapPlaneDescription[], int)

HRESULT IWICPlanarBitmapSourceTransform::DoesSupportTransform([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const GUID* pguidDstFormats,[Out, Buffer] WICBitmapPlaneDescription* pPlaneDescriptions,[In] unsigned int cPlanes,[Out] BOOL* pfIsSupported)

Declaration
public bool DoesSupportTransform(ref int widthRef, ref int heightRef, BitmapTransformOptions dstTransform, PlanarOptions dstPlanarOptions, Guid[] guidDstFormatsRef, BitmapPlaneDescription[] planeDescriptionsRef, int planes)
Parameters
Type Name Description
int widthRef
int heightRef
BitmapTransformOptions dstTransform
PlanarOptions dstPlanarOptions
Guid[] guidDstFormatsRef
BitmapPlaneDescription[] planeDescriptionsRef
int planes
Returns
Type Description
bool