'宣言 Public Overloads Function PushClip( _ ByVal clipRect As System.Drawing.RectangleF, _ ByVal containerRect As System.Drawing.RectangleF _ ) As GcGraphics.Clip
public GcGraphics.Clip PushClip( System.Drawing.RectangleF clipRect, System.Drawing.RectangleF containerRect )
パラメータ
- clipRect
- The clipping rectangle.
- containerRect
- The container rectangle.
戻り値の型
The GcGraphics.Clip object that removes the clipping when disposed.