ConvertToEnhancedCoordinates 方法示例ConvertToEnhancedCoordinates 是一种运行模式方法。以下示例将使用命令按钮单击事件,并将硬编码的 Width 和 Height 值转换为增强型坐标(postscript 点)。 Private Sub CommandButton5_Click() LineChart1.Width = Me.ConvertToEnhancedCoordinates(57.9,True) End sub Private Sub CommandButton6_Click() LineChart1.Height = Me.ConvertToEnhancedCoordinates(34.9,False) End sub 注意:有关增强型坐标的更多信息,请参阅“创建画面”电子书中的画面坐标系主题。
|
让 iFIX 帮助您提高效率,降低成本。 |