次の方法で共有


Path.AddRect メソッド

定義

オーバーロード

AddRect(RectF, Path+Direction)

閉じた四角形の輪郭をパスに追加する

AddRect(Single, Single, Single, Single, Path+Direction)

閉じた四角形の輪郭をパスに追加する

AddRect(RectF, Path+Direction)

閉じた四角形の輪郭をパスに追加する

[Android.Runtime.Register("addRect", "(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V", "GetAddRect_Landroid_graphics_RectF_Landroid_graphics_Path_Direction_Handler")]
public virtual void AddRect (Android.Graphics.RectF rect, Android.Graphics.Path.Direction dir);
[<Android.Runtime.Register("addRect", "(Landroid/graphics/RectF;Landroid/graphics/Path$Direction;)V", "GetAddRect_Landroid_graphics_RectF_Landroid_graphics_Path_Direction_Handler")>]
abstract member AddRect : Android.Graphics.RectF * Android.Graphics.Path.Direction -> unit
override this.AddRect : Android.Graphics.RectF * Android.Graphics.Path.Direction -> unit

パラメーター

rect
RectF

パスに閉じた輪郭として追加する四角形

dir
Path.Direction

四角形の輪郭を巻く方向

属性

注釈

の Java ドキュメントandroid.graphics.Path.addRect(float, float, float, float, android.graphics.Direction)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

AddRect(Single, Single, Single, Single, Path+Direction)

閉じた四角形の輪郭をパスに追加する

[Android.Runtime.Register("addRect", "(FFFFLandroid/graphics/Path$Direction;)V", "GetAddRect_FFFFLandroid_graphics_Path_Direction_Handler")]
public virtual void AddRect (float left, float top, float right, float bottom, Android.Graphics.Path.Direction dir);
[<Android.Runtime.Register("addRect", "(FFFFLandroid/graphics/Path$Direction;)V", "GetAddRect_FFFFLandroid_graphics_Path_Direction_Handler")>]
abstract member AddRect : single * single * single * single * Android.Graphics.Path.Direction -> unit
override this.AddRect : single * single * single * single * Android.Graphics.Path.Direction -> unit

パラメーター

left
Single

パスに追加する四角形の左側

top
Single

パスに追加する四角形の上部

right
Single

パスに追加する四角形の右側

bottom
Single

パスに追加する四角形の下部

dir
Path.Direction

四角形の輪郭を巻く方向

属性

注釈

の Java ドキュメントandroid.graphics.Path.addRect(float, float, float, float, android.graphics.Direction)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象