次の方法で共有


AbstractCanvas<TState>.ClipRectangle メソッド

定義

public:
 abstract void ClipRectangle(float x, float y, float width, float height);
public abstract void ClipRectangle (float x, float y, float width, float height);
abstract member ClipRectangle : single * single * single * single -> unit
Public MustOverride Sub ClipRectangle (x As Single, y As Single, width As Single, height As Single)

パラメーター

x
Single
y
Single
width
Single
height
Single

実装

適用対象