共用方式為


CompositionDrawingSurface.Resize(SizeInt32) 方法

定義

將繪圖介面的大小調整為指定的大小。

public:
 virtual void Resize(SizeInt32 sizePixels) = Resize;
void Resize(SizeInt32 const& sizePixels);
public void Resize(SizeInt32 sizePixels);
function resize(sizePixels)
Public Sub Resize (sizePixels As SizeInt32)

參數

sizePixels
SizeInt32

繪圖介面的新大小以圖元為單位。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於