IServerConnectionInformationDetails.GetImage(Size) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與伺服器或連接相關聯的影像。
public:
System::Drawing::Image ^ GetImage(System::Drawing::Size desiredImageSize);
public System.Drawing.Image GetImage (System.Drawing.Size desiredImageSize);
abstract member GetImage : System.Drawing.Size -> System.Drawing.Image
Public Function GetImage (desiredImageSize As Size) As Image
參數
- desiredImageSize
- Size
伺服器或連接中影像的指定值。
傳回
與伺服器或連接相關聯的影像。