Atspi.Image.GetSize C# (CSharp) Method

GetSize() public method

public GetSize ( int &width, int &height ) : void
width int
height int
return void
        public void GetSize(out int width, out int height)
        {
            proxy.GetImageSize (out width, out height);
        }