'宣言 Public Function GetImage( _ ByVal rc As RectangleF, _ ByVal offset As Integer, _ ByRef frameBottom As Integer _ ) As Image
public Image GetImage( RectangleF rc, int offset, out int frameBottom )
パラメータ
- rc
- The rectangle of a image.
- offset
- The offset of the frame.
- frameBottom
- The frame bottom calculated value.
戻り値の型
The metafile image of a piece of the document.