HRESULT SetRectangleFromLTRB(
int Left,
int Top,
int Right,
int Bottom
);
void SetRectangleFromLTRB(
int Left,
int Top,
int Right,
int Bottom
);
Sub SetRectangleFromLTRB( _
Left As Integer, _
Top As Integer, _
Right As Integer, _
Bottom As Integer _
)
このページは役に立ちましたか?