{"id":"ui--yuiRenderTransform","name":"yuiRenderTransform","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiRenderTransform","description":"A yui render transform record carrying id, translateX, translateY, scaleXPercent, scaleYPercent, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"id","kind":"field","type":"text","description":"Stores id as text.","signature":"text id","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"translateX","kind":"field","type":"int","description":"Stores translate x as int.","signature":"int translateX","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"translateY","kind":"field","type":"int","description":"Stores translate y as int.","signature":"int translateY","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"scaleXPercent","kind":"field","type":"int","description":"Stores scale xpercent as int.","signature":"int scaleXPercent","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"scaleYPercent","kind":"field","type":"int","description":"Stores scale ypercent as int.","signature":"int scaleYPercent","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"rotationMilliDegrees","kind":"field","type":"int","description":"Stores rotation milli degrees as int.","signature":"int rotationMilliDegrees","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiRenderTransform","kind":"constructor","parameters":[{"name":"id","type":"text","description":"Id."},{"name":"translateX","type":"int","description":"Translate x."},{"name":"translateY","type":"int","description":"Translate y."},{"name":"scaleXPercent","type":"int","description":"Scale xpercent."},{"name":"scaleYPercent","type":"int","description":"Scale ypercent."},{"name":"rotationMilliDegrees","type":"int","description":"Rotation milli degrees."}],"returns":"void","signature":"yuiRenderTransform(text id, int translateX, int translateY, int scaleXPercent, int scaleYPercent, int rotationMilliDegrees)","description":"Yui render transform.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"ValidationIssue","kind":"method","parameters":[],"returns":"text","signature":"ValidationIssue() returns text","description":"Validation issue.","tags":["thing","method","ui"],"exampleId":"method-ValidationIssue-7","updated":"2026-09-09"},{"name":"AxisAligned","kind":"method","parameters":[],"returns":"bool","signature":"AxisAligned() returns bool","description":"Axis aligned.","tags":["thing","method","ui"],"exampleId":"method-AxisAligned-8","updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","ui"],"exampleId":"method-Describe-9","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/render-00-definitions.yh","line":523,"sha256":"ffe87f06297c002c1b58e5728706712c19229c0c62ccc6729603984094373b51"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiRenderTransform","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using ui\n\n// Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.\nyuiRenderTransform sample = yuiRenderTransform(\"id\", 1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.id))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirendertransform\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"43a04ca687423972cac783d97f9e01b63fa8010e663926600c0c6c54c74b1431","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-ValidationIssue-7","title":"yuiRenderTransform.ValidationIssue","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Validation issue.\nyuiRenderTransform instance = yuiRenderTransform(\"id\", 1, 1, 1, 1, 1)\ntext result = instance.ValidationIssue()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirendertransform\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"06b73b68e34fddc603c8f39128b6b982f4738490ec4dff9a2bcad2de2a6baa48","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-AxisAligned-8","title":"yuiRenderTransform.AxisAligned","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Axis aligned.\nyuiRenderTransform instance = yuiRenderTransform(\"id\", 1, 1, 1, 1, 1)\nbool result = instance.AxisAligned()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirendertransform\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"bef3479e4daadf09fdef3c968a5e958288237e476e491591de8e5738b78c31d4","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-9","title":"yuiRenderTransform.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Describe.\nyuiRenderTransform instance = yuiRenderTransform(\"id\", 1, 1, 1, 1, 1)\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuirendertransform\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"2dd9ddc451aee18bf2d5fac69c2febf07f21845ad11f1cbba1db2147d2ca1eb6","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["id","translateX","translateY","scaleXPercent","scaleYPercent","rotationMilliDegrees","yuiRenderTransform","ValidationIssue","AxisAligned","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiRenderTransform","json":"https://demonhunterlabs.com/reference/items/ui--yuiRenderTransform.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiRenderTransform.md"}
