'宣言 Public Sub DrawBackground( _ ByVal bounds As Rect, _ ByVal clipBounds As System.Nullable(Of Rect), _ ByVal background As IC1Background _ )
'使用法 Dim instance As C1Graphics Dim bounds As Rect Dim clipBounds As System.Nullable(Of Rect) Dim background As IC1Background instance.DrawBackground(bounds, clipBounds, background)
public void DrawBackground( Rect bounds, System.Nullable<Rect> clipBounds, IC1Background background )
パラメータ
- bounds
- clipBounds
- background