다음을 통해 공유


ChartGraphics.GetAbsoluteRectangle(RectangleF) 메서드

정의

RectangleF 개체를 가져와서 개체의 상대 좌표를 절대 좌표로 변환합니다.

public:
 System::Drawing::RectangleF GetAbsoluteRectangle(System::Drawing::RectangleF rectangle);
public System.Drawing.RectangleF GetAbsoluteRectangle (System.Drawing.RectangleF rectangle);
member this.GetAbsoluteRectangle : System.Drawing.RectangleF -> System.Drawing.RectangleF
Public Function GetAbsoluteRectangle (rectangle As RectangleF) As RectangleF

매개 변수

rectangle
RectangleF

상대 좌표로 표시된 RectangleF 개체입니다.

반환

RectangleF

절대 좌표로 표시된 RectangleF 개체입니다.

적용 대상