System::Drawing::Drawing2D::GraphicsPath::GetBounds मेथड

GraphicsPath::GetBounds method

एक RectangleF ऑब्जेक्ट लौटाता है जो उस आयत को दर्शाता है जो निर्दिष्ट मैट्रिक्स के साथ परिवर्तित होने पर वर्तमान ऑब्जेक्ट द्वारा प्रतिनिधित्व किए गए पथ को सीमित करता है।

RectangleF System::Drawing::Drawing2D::GraphicsPath::GetBounds(const MatrixPtr &matrix=nullptr, const SharedPtr<Pen> &pen=nullptr) const
पैरामीटरप्रकारविवरण
मैट्रिक्सconst MatrixPtr&परिवर्तन मैट्रिक्स
penconst SharedPtr<Pen>&एक Pen जो सीमित आयत की गणना करता है।

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