International Edition
Latest News
Entertainment

Adjust Picture Size Ratio – Korean Automation

Resizing Images in Hancom Script I am attempting to load a new picture file and insert it at 30% of it's original size. function OnScriptMacro_script40() { InsertPicture("c:noname01.emf", 1, 1, 0, 0, 0, 35, 35); FindCtrl(); hc = CurSelectedCtrl;…

Adjust Picture Size Ratio – Korean Automation

Resizing Images in Hancom Script

I am attempting to load a new picture file and insert it at 30% of it’s original size.

function OnScriptMacro_script40() {
    InsertPicture("c:noname01.emf", 1, 1, 0, 0, 0, 35, 35);
    FindCtrl();
    hc = CurSelectedCtrl; // Check currently selected object
    if (hc.CtrlID == "gso") {
        set = hc.properties;
        subset = set.Item("ShapeDrawImageAttr");
    }
}
About the author: Lila Roberts - Entertainment Editor

Eight‑year veteran, known for exclusive celebrity profiles and festival coverage (Cannes, TIFF, Sundance). Lila tracks streaming wars, box‑office trends, and music industry shifts. “Lila Roberts spotlights film, TV, and pop culture trends—bringing insider access and insightful critique.”