Roblox API Reference

ImageDataExperimental

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.

Tags: [NotCreatable]

Inherits (1)

Member index (7)

Type Member History
Vector2 Size
Content TemporaryId
null Clear () 567 573
null DrawCircle (Vector2 center, int radius, Color3 color, float alpha) 567 573
null PopulateFromImageAsync (Content textureId) 573
null Resize (Vector2 newSize) 567 573
null Rotate (float degrees, bool resizeCanvas = true) 567 573
57 members inherited from Instance

History

Members

Clear On DevHub

Name Type Default
No parameters.

History

DrawCircle On DevHub

Name Type Default
center Vector2 none
radius int none
color Color3 none
alpha float none

History

PopulateFromImageAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
textureId Content none

History

Tags: [Yields]

Resize On DevHub

Name Type Default
newSize Vector2 none

History

Rotate On DevHub

Name Type Default
degrees float none
resizeCanvas bool true

History

Size On DevHub

TemporaryId On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [ReadOnly, NotReplicated]