AddNote2D
Overloads
AddNote2D(string text)
public void AddNote2D(string text)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
AddNote2D(string text, float x, float y)
public int AddNote2D(string text, float x, float y)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, float x, float y, NoteStyle style)
public int AddNote2D(string text, float x, float y, NoteStyle style)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, float x, float y, Object tag)
public int AddNote2D(string text, float x, float y, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, float x, float y, NoteStyle style, Object tag)
public int AddNote2D(string text, float x, float y, NoteStyle style, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, PointF position)
public int AddNote2D(string text, PointF position)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | PointF | 위치 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, PointF position, NoteStyle style)
public int AddNote2D(string text, PointF position, NoteStyle style)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | PointF | 위치 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, PointF position, Object tag)
public int AddNote2D(string text, PointF position, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | PointF | 위치 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(string text, PointF position, NoteStyle style, Object tag)
public int AddNote2D(string text, PointF position, NoteStyle style, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | PointF | 위치 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, float x, float y)
public int AddNote2D(MultiColorText text, float x, float y)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, float x, float y, NoteStyle style)
public int AddNote2D(MultiColorText text, float x, float y, NoteStyle style)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, float x, float y, Object tag)
public int AddNote2D(MultiColorText text, float x, float y, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, float x, float y, NoteStyle style, Object tag)
public int AddNote2D(MultiColorText text, float x, float y, NoteStyle style, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, PointF position)
public int AddNote2D(MultiColorText text, PointF position)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | PointF | 위치 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, PointF position, NoteStyle style)
public int AddNote2D(MultiColorText text, PointF position, NoteStyle style)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | PointF | 위치 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, PointF position, Object tag)
public int AddNote2D(MultiColorText text, PointF position, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | PointF | 위치 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote2D(MultiColorText text, PointF position, NoteStyle style, Object tag)
public int AddNote2D(MultiColorText text, PointF position, NoteStyle style, Object tag)
2D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | PointF | 위치 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |