Canvas:GetShape

Returns the current canvas shape.

Usage:

shape, fill, stroke = Canvas:GetShape()
ParameterTypeDatatypeDescription
fillresulttableThe current fill style. See Canvas:SetShape() for details.
shaperesulttableThe current shape. See Canvas:SetShape() for details.
strokeresulttableThe current stroke style. See Canvas:SetShape() for details.