Handles image preview request events.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Public Delegate Sub PreviewRequestHandler( _
ByVal w As System.Integer, _
ByVal h As System.Integer _
) |
| C# | |
|---|
public delegate void PreviewRequestHandler(
System.int w,
System.int h
) |
| C++/CLI | |
|---|
public delegate void PreviewRequestHandler(
& System.int w,
& System.int h
) |
Parameters
- w
- Width of the requested image
- h
- Height of the requested image
Example
Remarks
Availability
SOLIDWORKS Visualize Add-in API 2025 FCS