Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDisplays the Image as a 9-sliced graphic.
A 9-sliced image displays a central area stretched across the image surrounded by a border comprising of 4 corners and 4 stretched edges.
This has the effect of creating a resizable skinned rectangular element suitable for dialog boxes, windows, and general UI elements.
Note: For this method to work properly the Sprite assigned to Image.sprite needs to have Sprite.border defined.
The slices can also be set up in the Sprite Editor.
See Also: Image.Type.Tiled.