[]
        
(Showing Draft Content)

C1.FlexMap.IMapDevice.SetLimitClip

SetLimitClip Method

SetLimitClip(Rect)

Set the clip when the limitation bounds is set.

Declaration
void SetLimitClip(Rect clip)
Parameters
Type Name Description
Rect clip

The clipping rectangle, in pixels, for limitation bounds.

SetLimitClip(IEnumerable<Point>)

Set the clip when the limitation bounds is set.

Declaration
void SetLimitClip(IEnumerable<Point> points)
Parameters
Type Name Description
IEnumerable<Point> points

The sequence of points, in pixels, for limitation bounds.