In This Topic
HRESULT IDXGISwapChain2::GetSourceSize([Out] unsigned int* pWidth,[Out] unsigned int* pHeight)
Syntax
'Declaration
Public Sub GetSourceSize( _
ByRef As Integer, _
ByRef As Integer _
)
public void GetSourceSize(
out int ,
out int
)
Parameters
- widthRef
- heightRef
See Also