Atspi.Text.GetBoundedRanges C# (CSharp) 메소드

GetBoundedRanges() 공개 메소드

public GetBoundedRanges ( int x, int y, int width, int height, CoordType coordType, ClipType xClipType, ClipType yClipType ) : Atspi.RangeList[]
x int
y int
width int
height int
coordType CoordType
xClipType ClipType
yClipType ClipType
리턴 Atspi.RangeList[]
        public RangeList[] GetBoundedRanges(int x, int y, int width, int height, CoordType coordType, ClipType xClipType, ClipType yClipType)
        {
            return proxy.GetBoundedRanges (x, y, width, height, coordType, xClipType, yClipType);
        }