| Visual Basic | |
|---|---|
Sub Reposition( _ ByRef poDestRect As EdmRect, _ Optional ByVal eRefresh As EdmRepaintType _ ) | |
| C# | |
|---|---|
void Reposition( ref EdmRect poDestRect, EdmRepaintType eRefresh ) | |
| C++/CLI | |
|---|---|
void Reposition( & EdmRect% poDestRect, & EdmRepaintType eRefresh ) | |
Parameters
- poDestRect
- EdmRect structure; size and position where to draw the image
- eRefresh
- Type of refresh of the window as defined in EdmRepaintType
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2013