mcImagePtToCenter Enumeration
|
|
Special values for the SetCenteredMagnification method'sImagePtToCenter argument.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcImagePtToCenter
Members
| Member name | Value | Description |
---|
| mciptcCenterOfView | 0 | the image point at center of the McView's client area is kept the center |
| mciptcUnderMouse | 1 | the image point under the current mouse pointer is kept the center |
RemarksThe ImagePtToCenter argument may be a single scalar value gfrom this
list or it may be two values representing an X,Y pair.
See Also