Class DrawImageNine
Namespace: Unity.UIWidgets.ui
Syntax
public class DrawImageNine : DrawCmd
Fields
center
Declaration
public Rect center
Field Value
| Type | Description |
|---|---|
| Rect |
dst
Declaration
public Rect dst
Field Value
| Type | Description |
|---|---|
| Rect |
image
Declaration
public Image image
Field Value
| Type | Description |
|---|---|
| Image |
paint
Declaration
public Paint paint
Field Value
| Type | Description |
|---|---|
| Paint |
src
Declaration
public Rect src
Field Value
| Type | Description |
|---|---|
| Rect |