طريقة System::Drawing::Graphics::IsVisible
محتويات
[
يخفي
]Graphics::IsVisible(float, float) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(float x, float y)
انظر أيضًا
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(float, float, float, float) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
انظر أيضًا
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
انظر أيضًا
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
انظر أيضًا
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Point) method
يحدِّد ما إذا كانت النقطة المحددة موجودة داخل منطقة القص المرئية لكائن Graphics الحالي.
bool System::Drawing::Graphics::IsVisible(Point point)
| معامل | نوع | الوصف |
|---|---|---|
| نقطة | Point | النقطة للتحقق منها |
ReturnValue
صحيح إذا كانت point موجودة داخل منطقة القص المرئية لكائن Graphics الحالي، وإلا - خطأ
انظر أيضًا
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(PointF) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(PointF point)
انظر أيضًا
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Rectangle) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
انظر أيضًا
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(RectangleF) method
غير مُنفّذ.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
انظر أيضًا
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++