DoesSupportTransform Method
In This Topic
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)
Syntax
'Declaration
Public Function DoesSupportTransform( _
ByRef As System.Integer, _
ByRef As System.Integer, _
ByVal As BitmapTransformOptions, _
ByVal As PlanarOptions, _
ByVal () As System.Guid, _
ByVal () As BitmapPlaneDescription, _
ByVal As System.Integer _
) As System.Boolean
public System.bool DoesSupportTransform(
ref System.int ,
ref System.int ,
BitmapTransformOptions ,
PlanarOptions ,
System.Guid[] ,
BitmapPlaneDescription[] ,
System.int
)
Parameters
- widthRef
- heightRef
- dstTransform
- dstPlanarOptions
- guidDstFormatsRef
- planeDescriptionsRef
- planes
See Also