ComponentOne Bitmap for UWP
CheckMultisampleQualityLevels Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CheckMultisampleQualityLevels Method
HRESULT ID3D11Device::CheckMultisampleQualityLevels([In] DXGI_FORMAT Format,[In] unsigned int SampleCount,[Out] unsigned int* pNumQualityLevels)
Syntax
'Declaration
 
Public Function CheckMultisampleQualityLevels( _
   ByVal format As Format, _
   ByVal sampleCount As System.Integer _
) As System.Integer
public System.int CheckMultisampleQualityLevels( 
   Format format,
   System.int sampleCount
)

Parameters

format
sampleCount
See Also

Reference

Device Class
Device Members