Class DrawImageRect
Namespace: Unity.UIWidgets.ui
Syntax
public class DrawImageRect : DrawCmd
Fields
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 |