System::Drawing::Region::IsVisible method
Region::IsVisible(const Point&) const method
Determines if the specified point is contained within the region represented by the current object.
bool System::Drawing::Region::IsVisible(const Point &point) const
Parameter | Type | Description |
---|---|---|
point | const Point& | The point to check |
See Also
- Class Point
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method
Determines if the specified point is contained within the region represented by the current object using the specified graphics.
bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
Parameter | Type | Description |
---|---|---|
point | const Point& | The point to check |
graphics | const SharedPtr<Graphics>& | The graphics context |
See Also
- Class Point
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const PointF&) const method
Determines if the specified point is contained within the region represented by the current object.
bool System::Drawing::Region::IsVisible(const PointF &point) const
Parameter | Type | Description |
---|---|---|
point | const PointF& | The point to check |
See Also
- Class PointF
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method
Determines if the specified point is contained within the region represented by the current object using the specified graphics.
bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
Parameter | Type | Description |
---|---|---|
point | const PointF& | The point to check |
graphics | const SharedPtr<Graphics>& | The graphics context |
See Also
- Class PointF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const Rectangle&) method
Determines if any portion the specified rectangle is contained within the region represented by the current object.
bool System::Drawing::Region::IsVisible(const Rectangle &rect)
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | The rectangle to check |
See Also
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method
Determines if any portion the specified rectangle is contained within the region represented by the current object using the specified graphics.
bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | The rectangle to check |
graphics | const SharedPtr<Graphics>& | The graphics context |
See Also
- Class Rectangle
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const RectangleF&) method
Determines if any portion the specified rectangle is contained within the region represented by the current object.
bool System::Drawing::Region::IsVisible(const RectangleF &rect)
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | The rectangle to check |
See Also
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method
Determines if any portion the specified rectangle is contained within the region represented by the current object using the specified graphics.
bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | The rectangle to check |
graphics | const SharedPtr<Graphics>& | The graphics context |
See Also
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(float, float) const method
Determines if the specified point is contained within the region represented by the current object.
bool System::Drawing::Region::IsVisible(float x, float y) const
Parameter | Type | Description |
---|---|---|
x | float | The X coordinate of the point to check |
y | float | The Y coordinate of the point to check |
See Also
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++
Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method
Determines if the specified point is contained within the region represented by the current object using the specified graphics.
bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
Parameter | Type | Description |
---|---|---|
x | float | The X coordinate of the point to check |
y | float | The Y coordinate of the point to check |
graphics | const SharedPtr<Graphics>& | The graphics context |
See Also
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.PDF for C++