Freigeben über


ICanvas.SubtractFromClip(Single, Single, Single, Single) Methode

Definition

Clips an object so that only the area outside the rectangle will be visible.

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

Parameter

x
Single

Startkoordinate x des Rechtecks.

y
Single

Startkoordinate y des Rechtecks.

width
Single

Breite des Rechtecks.

height
Single

Höhe des Rechtecks.

Gilt für: