ComponentOne Bitmap for UWP
CheckMultisampleQualityLevels1 Method

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

Parameters

format
sampleCount
flags
See Also

Reference

Device2 Class
Device2 Members