> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/tsru/shigomu.md).

# 消しゴム

<figure><img src="/files/dca7d24069874f85bf33e945b0fb0dc5f885c362" alt=""><figcaption></figcaption></figure>

***

## レイヤーを消去する方法

<div align="left"><figure><img src="/files/377d93dccf6ebdb2051a336ce16d2ff017ac929b" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### 消しゴムツールを選択します

選択 <i class="fa-eraser" style="color:$primary;">:eraser:</i> <kbd><mark style="color:$primary;">**消しゴム**<mark style="color:$primary;"></kbd>  ツールメニューから。
{% endstep %}

{% step %}

### レイヤーを選択します&#x20;

消去したいレイヤーを、 <i class="fa-arrow-pointer" style="color:$primary;">:arrow-pointer:</i> <kbd><mark style="color:$primary;">**選択**<mark style="color:$primary;"></kbd>  ツール、または左側のレイヤーパネルから。
{% endstep %}

{% step %}

### レイヤーを消去します

選択したレイヤー上をクリックしてドラッグし、任意の部分を消去します。
{% endstep %}

{% step %}

### 消しゴムサイズの調整

* 消しゴムアイコンをクリックして、ストロークパネルを開きます。
* スライダーをドラッグするか、数値を編集して消しゴムサイズを調整します。
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/tsru/shigomu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
