'宣言 Public Function GetContentRectangleF( _ Optional ByVal oneDimensionNonZero As System.Boolean _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetContentRectangleF( System.bool oneDimensionNonZero )
パラメータ
- oneDimensionNonZero
- If true, all rectangles with non-zero width or height are taken into account. If false, both width and height must be non-zero for the rectangle to be taken into account.
戻り値の型
The resulting System.Drawing.RectangleF.