Graphics.DrawIcon
DrawIcon(Icon, int, int)
指定されたIcon指定された座標で.
public void DrawIcon(Icon icon, int x, int y)
パラメータ | タイプ | 説明 |
---|---|---|
icon | Icon | Icon描く。 |
x | Int32 | 描画されたイメージの左上隅の x 座標。 |
y | Int32 | 描画されたイメージの左上隅の y 座標。 |
関連項目
- class Icon
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
DrawIcon(Icon, Rectangle)
指定されたIconによって指定された領域内Rectangle構造体.
public void DrawIcon(Icon icon, Rectangle targetRect)
パラメータ | タイプ | 説明 |
---|---|---|
icon | Icon | Icon描く。 |
targetRect | Rectangle | Rectangle表示面上の結果の画像の位置とサイズを指定する構造体. に含まれる画像iconパラメータは、この長方形領域の寸法にスケーリングされます。 |
関連項目
- class Icon
- struct Rectangle
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing