LSM 510
Programming for LSM
LSM 510 META
Events
Carl Zeiss
03/06
B 45-0021 e
5-17
5.2.6 Events
- What are Events good for?
- Mouse Events
- Scan state events
- Hardware Events
Private Sub Lsm5VbaDoc_SystemEvent(ByVal EventNr As Long, ByVal Param As Variant)
Dim x As Long
Dim y As Long
Dim z As Long
Dim t As Long
Dim c As Long
Dim tmp As Long
Dim pt As POINT
Dim dsDoc As DsRecordingDoc
‘get the active Recording Document
Set dsDoc = Lsm5.DsRecordingActiveDocObject
If (dsDoc Is Nothing) Then Exit Sub
If (Not dsDoc.IsValid) Then Exit Sub
If (EventNr = eImageWindowLeftButtonDownEvent) Then
If dsDoc.GetCurrentMousePosition(c, t, z, y, x) <> 0 Then
‘do something
.
.
.
End If
End If
End Sub
Содержание LSM 510
Страница 1: ...LSM 510 LSM 510 DuoScan LSM 510 META LSM 510 META DuoScan Release 4 0 March 2006...
Страница 62: ...IMPORTANT NOTES FOR CHAPTER 4 LSM 510 DuoScan Carl Zeiss LSM 510 META Duo Scan 4 II B 45 0021 e 03 06...
Страница 442: ...Programming for LSM LSM 510 DuoScan Carl Zeiss Events LSM 510 META DuoScan 5 18 B 45 0021 e 03 06...
Страница 526: ...3D FOR LSM LSM 510 DuoScan Carl Zeiss Functions LSM 510 META DuoScan 7 60 B 45 0021 e 03 06...
Страница 564: ......
Страница 566: ...MULTIPHOTON LASER SCANNING MICROSCOPY Carl Zeiss Contents LSM 510 META NLO 9 4 B 45 0021 e 03 06...
Страница 591: ...LSM 510 and LSM 510 META Laser Scanning Microscopes Brief Operating Manual Release 4 0 March 2006...
Страница 606: ......