System::Drawing::Graphics::IsVisible मेथड

Graphics::IsVisible(float, float) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(float x, float y)

संबंधित देखें

Graphics::IsVisible(float, float, float, float) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)

संबंधित देखें

Graphics::IsVisible(int32_t, int32_t) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)

संबंधित देखें

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)

संबंधित देखें

Graphics::IsVisible(Point) method

निर्धारित करता है कि निर्दिष्ट बिंदु वर्तमान Graphics ऑब्जेक्ट के दृश्यमान क्लिप क्षेत्र में सम्मिलित है या नहीं।

bool System::Drawing::Graphics::IsVisible(Point point)
पैरामीटरप्रकारविवरण
बिंदुPointजाँचने के लिए बिंदु

ReturnValue

यदि point वर्तमान Graphics ऑब्जेक्ट के दृश्यमान क्लिप क्षेत्र में सम्मिलित है तो सत्य, अन्यथा - असत्य

संबंधित देखें

Graphics::IsVisible(PointF) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(PointF point)

संबंधित देखें

Graphics::IsVisible(Rectangle) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(Rectangle rect)

संबंधित देखें

Graphics::IsVisible(RectangleF) method

लागू नहीं किया गया।

bool System::Drawing::Graphics::IsVisible(RectangleF rect)

संबंधित देखें