Image.GetFittingRectangle

GetFittingRectangle(Rectangle, int, int)

आयत प्राप्त करता है जो वर्तमान छवि में फिट बैठता है।

public static Rectangle GetFittingRectangle(Rectangle rectangle, int width, int height)
पैरामीटरप्रकारविवरण
rectangleRectangleके लिए उपयुक्त आयत पाने के लिए आयत.
widthInt32ऑब्जेक्ट की चौड़ाई.
heightInt32वस्तु की ऊंचाई।

प्रतिलाभ की मात्रा

फिटिंग आयत या अपवाद यदि कोई उपयुक्त आयत नहीं मिल सकता है।

यह सभी देखें


GetFittingRectangle(Rectangle, int[], int, int)

आयत प्राप्त करता है जो वर्तमान छवि में फिट बैठता है।

public static Rectangle GetFittingRectangle(Rectangle rectangle, int[] pixels, int width, 
    int height)
पैरामीटरप्रकारविवरण
rectangleRectangleके लिए उपयुक्त आयत पाने के लिए आयत.
pixelsInt32[]32-बिट ARGB पिक्सेल.
widthInt32ऑब्जेक्ट की चौड़ाई.
heightInt32वस्तु की ऊंचाई।

प्रतिलाभ की मात्रा

फिटिंग आयत या अपवाद यदि कोई उपयुक्त आयत नहीं मिल सकता है।

यह सभी देखें