共用方式為


ShapeDrawable 建構函式

定義

多載

ShapeDrawable()
ShapeDrawable(IShapeView)

ShapeDrawable()

public:
 ShapeDrawable();
public ShapeDrawable ();
Public Sub New ()

適用於

ShapeDrawable(IShapeView)

public:
 ShapeDrawable(Microsoft::Maui::IShapeView ^ shape);
public ShapeDrawable (Microsoft.Maui.IShapeView? shape);
new Microsoft.Maui.Graphics.ShapeDrawable : Microsoft.Maui.IShapeView -> Microsoft.Maui.Graphics.ShapeDrawable
Public Sub New (shape As IShapeView)

參數

shape
IShapeView

適用於