All Frameworks Object Hierarchy This Framework Indexes
o Property FullScreen( | ) As |
IsFullScreen = MyViewer.FullScreen
o Property Height( | ) As (Read Only) |
h = MyViewer.Height
o Property Width( | ) As (Read Only) |
w = MyViewer.Width
o Sub Activate( | ) |
MyWindow.Viewers(1).Activate()
o Sub CaptureToFile( | iFormat, | |
iFile) |
MyViewer.CaptureToFile catCaptureFormatBMP, "e:\MyImage.bmp"
o Sub GetBackgroundColor( | color) |
Dim color(2) MyViewer.GetBackgroundColor color
o Func NewCamera( | ) As |
Dim MyCamera As Camera Set MyCamera = MyViewer.NewCamera()
o Sub PutBackgroundColor( | color) |
MyViewer.PutBackgroundColor Array(0, 0, 1)
o Sub Reframe( | ) |
MyViewer.Reframe()
o Sub Update( | ) |
MyViewer.Update()
o Sub ZoomIn( | ) |
MyViewer.ZoomIn()
o Sub ZoomOut( | ) |
MyViewer.ZoomOut()
Copyright © 2003, Dassault Systèmes. All rights reserved.