Graphics.DrawImage

提供: AB開発Wiki
ナビゲーションに移動検索に移動

Graphics クラスDrawImageは、画像を描画するメソッドです。

Function DrawImage(ByRef image As Image, ByRef point As /*Const*/ Point) As Status
Function DrawImage(ByRef image As Image, ByRef point As /*Const*/ PointF) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *Point, count As Long) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *PointF, count As Long) As Status
Function DrawImage(ByRef image As Image, ByRef rect As /*Const*/ Rectangle) As Status
Function DrawImage(ByRef image As Image, ByRef rect As /*Const*/ RectangleF) As Status
Function DrawImage(ByRef image As Image, x As Long, y As Long) As Status
Function DrawImage(ByRef image As Image, x As Single, y As Single) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *Point, count As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *PointF, count As Long, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, x As Long, y As Long, width As Long, height As Long) As Status
Function DrawImage(ByRef image As Image, x As Long, y As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *Point, count As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *PointF, count As Long, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, x As Single, y As Single, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, x As Single, y As Single, width As Single, height As Single) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *Point, count As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *PointF, count As Long, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *Point, count As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ *PointF, count As Long, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status
Function DrawImage(ByRef image As Image, x As Long, y As Long, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, x As Single, y As Single, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ Rectangle, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ Rectangle, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ Rectangle, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ Rectangle, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ RectangleF, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ RectangleF, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ RectangleF, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, ByRef destRect As /*Const*/ RectangleF, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ Point, count As Long, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ Point, count As Long, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ Point, count As Long, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ Point, count As Long, srcx As Long, srcy As Long, srcwidth As Long, srcheight As Long, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ PointF, count As Long, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ PointF, count As Long, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ PointF, count As Long, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort) As Status
Function DrawImage(ByRef image As Image, destPoints As /*Const*/ PointF, count As Long, srcx As Single, srcy As Single, srcwidth As Single, srcheight As Single, srcUnit As GraphicsUnit, ByRef imageAttributes As /*Const*/ ImageAttributes, callback As DrawImageAbort, callbackData As VoidPtr) As Status