| Library | Module | Frames | Expand |
| Property | PanX | as Double [optional] |
| A value between -1.0 and 1.0 that specifies the amount of horizontal panning. -1.0 pans one window width to the left; 1.0 pans one window width to the right. 0 specifies no horizontal panning. This attribute can be null, in which case 0 is used. | ||
| Property | PanY | as Double [optional] |
| A value between -1.0 and 1.0 that specifies the amount of vertical panning. -1.0 pans up by the height of the window; 1.0 pans down by the height of the window. 0 specifies no vertical panning. This attribute can be null, in which case 0 is used. | ||
| Property | Zoom | as Double [optional] |
| A value greater than 0 and the less than or equal to the value of the Creo Parametric variable MAX_ZOOM_SCALE that specifies the zoom factor. The value 0.1, for example, would zoom out by a factor of 10. This attribute can be null, in which case 1 (no zoom) is used. | ||
| Function | CCpfcScreenTransform.Create (PanX as Double [optional], PanY as Double [optional], Zoom as Double [optional]) as IpfcScreenTransform | |
| Creates a new ScreenTransform object. | ||
| Property | PanX | as Double [optional] |
|
A value between -1.0 and 1.0 that specifies the amount of horizontal panning. -1.0 pans one window width to the left; 1.0 pans one window width to the right. 0 specifies no horizontal panning. This attribute can be null, in which case 0 is used. |
| Property | PanY | as Double [optional] |
|
A value between -1.0 and 1.0 that specifies the amount of vertical panning. -1.0 pans up by the height of the window; 1.0 pans down by the height of the window. 0 specifies no vertical panning. This attribute can be null, in which case 0 is used. |
| Property | Zoom | as Double [optional] |
|
A value greater than 0 and the less than or equal to the value of the Creo Parametric variable MAX_ZOOM_SCALE that specifies the zoom factor. The value 0.1, for example, would zoom out by a factor of 10. This attribute can be null, in which case 1 (no zoom) is used. |
| Function | CCpfcScreenTransform.Create | (PanX as Double [optional], PanY as Double [optional], Zoom as Double [optional]) as IpfcScreenTransform |
|
Creates a new ScreenTransform object. The pan and zoom values in a ScreenTransform object are applied to a window by using the IpfcWindow.ScreenTransform
|