In This Topic
HRESULT IDXGISwapChain2::SetSourceSize([In] unsigned int Width,[In] unsigned int Height)
Syntax
'Declaration
Public Sub SetSourceSize( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetSourceSize(
System.int ,
System.int
)
Parameters
- width
- height
See Also