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