ICanvas.SubtractFromClip(Single, Single, Single, Single) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.