struct POINTFX { public FIXED x; public FIXED y; }
Structure POINTFX Public x As FIXED Public y As FIXED End Structure