FlexReport for WinForms
Draw メソッド (IImageWrapper)


C1.Document.4.6.2 アセンブリ > C1.Document.Util 名前空間 > IImageWrapper クラス : Draw メソッド
Instance of GrapeCity.Documents.Drawing.GcGraphics
Rectangelt to draw
Draws GrapeCity.Documents.Drawing.IImage to GrapeCity.Documents.Drawing.GcGraphics
シンタックス
'宣言
 
Public Sub Draw( _
   ByVal graphics As GrapeCity.Documents.Drawing.GcGraphics, _
   ByVal dstRect As Rect _
) 
'使用法
 
Dim instance As IImageWrapper
Dim graphics As GrapeCity.Documents.Drawing.GcGraphics
Dim dstRect As Rect
 
instance.Draw(graphics, dstRect)
public void Draw( 
   GrapeCity.Documents.Drawing.GcGraphics graphics,
   Rect dstRect
)

パラメータ

graphics
Instance of GrapeCity.Documents.Drawing.GcGraphics
dstRect
Rectangelt to draw
参照

参照

IImageWrapper クラス
IImageWrapper メンバ