HRESULT CreateRectangle(
int Left,
int Top,
int Right,
int Bottom,
IFRRectangle** Result
);
IFRRectangle CreateRectangle(
int Left,
int Top,
int Right,
int Bottom
);
Function CreateRectangle( _
[Left As Integer = 0], _
[Top As Integer = 0], _
[Right As Integer = 0], _
[Bottom As Integer = 0] _
) As IFRRectangle
이 페이지가 도움이 되었나요?