Resize Method (BitmapRenderTarget)
In This Topic
HRESULT IDWriteBitmapRenderTarget::Resize([In] unsigned int width,[In] unsigned int height)
Syntax
'Declaration
Public Sub Resize( _
ByVal As Integer, _
ByVal As Integer _
)
public void Resize(
int ,
int
)
Parameters
- width
- height
See Also