[]
        
(Showing Draft Content)

C1.Win.Map.CustomShape.IsVisible

IsVisible Method

IsVisible(Graphics, RectangleF, PointF, Style)

Checks whether the specified point is visible in the custom shape.

Declaration
public virtual bool IsVisible(Graphics g, RectangleF bounds, PointF point, Style style)
Parameters
Type Name Description
Graphics g

The graphics used to paint.

RectangleF bounds

The loaction and size to draw the shape.

PointF point

The point to check.

Style style

The sytle used to draw the shape.

Returns
Type Description
bool
true
if the point is visible in the custom shape; otherwise, false.