Method CreateBlob
CreateBlob(Rectangle, IPointD, Nullable<Int32>)
ブロブの生成
Declaration
public static IBlob CreateBlob(Rectangle rectangle, IPointD centroid = null, int? area = null)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Rectangle | rectangle | 矩形 |
IPointD | centroid | 重心 |
System.Nullable<System.Int32> | area | 面積 |
Returns
Type | Description |
---|---|
IBlob | ブロブ |
CreateBlob(IPointD, Int32, Int32, IPointD, Nullable<Int32>)
ブロブの生成
Declaration
public static IBlob CreateBlob(IPointD centerPoint, int width, int height, IPointD centroid = null, int? area = null)
Parameters
Type | Name | Description |
---|---|---|
IPointD | centerPoint | 中心座標 |
System.Int32 | width | 幅 |
System.Int32 | height | 高さ |
IPointD | centroid | 重心 |
System.Nullable<System.Int32> | area | 面積 |
Returns
Type | Description |
---|---|
IBlob | ブロブ |