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)
Public Function DoesSupportTransform(ByRef widthRef As Integer, ByRef heightRef As Integer, dstTransform As BitmapTransformOptions, dstPlanarOptions As PlanarOptions, guidDstFormatsRef As Guid(), planeDescriptionsRef As BitmapPlaneDescription(), planes As Integer) As Boolean
Parameters
Returns