LiFan
2025-02-13 03ef0b51103c735077c784c7df81ae2bcc1599ab
jrj/xframe/wobject/xnode.hpp
@@ -18,7 +18,7 @@
public:
   knode* getKNode()
   {
      (knode*)this->GetNativePtr();
      return (knode*)this->GetNativePtr();
   }
public:
   LPCWSTR GetNodeName()
@@ -236,4 +236,13 @@
   {
      return getKNode()->SetLayerFlow(pNode,dwLayerFlow);
   }
   int SetWidthHeight(int width, int height)
   {
      return getKNode()->SetWidthHeight(width, height);
   }
   int MoveTo(LPTSTR Name)
   {
      return getKNode()->MoveTo(Name);
   }
};