| Visual Basic | |
|---|---|
Sub Paint( _ ByVal llHDC As System.Long, _ Optional ByRef poDestRect As EdmRect _ ) | |
| C# | |
|---|---|
void Paint( System.long llHDC, ref EdmRect poDestRect ) | |
| C++/CLI | |
|---|---|
void Paint( & System.int64 llHDC, & EdmRect% poDestRect ) | |
Parameters
- llHDC
- Device context handle
- poDestRect
- EdmRect structure; contains the size and position where to draw the image; null to use the size and position of the image when it was created or the size and position that was passed in the last call to IEdmImage::Reposition
See the IEdmImage examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2013