Interface: PlanarViewPresentation
Extends
Omit<ViewPresentation,"displayArea">
Properties
aspectRatio?
optionalaspectRatio:Point2
The aspect ratio is how the viewport image is stretched and the default is [1,1].
Inherited from
Omit.aspectRatio
Defined in
packages/core/src/types/IViewport.ts:339
displayArea?
optionaldisplayArea:PlanarDisplayArea
Defined in
packages/core/src/RenderingEngine/GenericViewport/Planar/PlanarViewportTypes.ts:120
flipHorizontal?
optionalflipHorizontal:boolean
The flip horizontal value is true if the view is flipped horizontally.
Inherited from
Omit.flipHorizontal
Defined in
packages/core/src/types/IViewport.ts:329
flipVertical?
optionalflipVertical:boolean
The flip vertical value is true if the view is flipped vertically.
Inherited from
Omit.flipVertical
Defined in
packages/core/src/types/IViewport.ts:334
pan?
optionalpan:Point2
The pan value is how far the pan has moved relative to the fit to canvas or relative to the display area initial position/sizing. true is the default units, which is relative to the initial canvas setting, in zoom relative units.
Inherited from
Omit.pan
Defined in
packages/core/src/types/IViewport.ts:324
rotation?
optionalrotation:number
The rotation of the view - this is related to cameraViewUp, but is relative to the viewNormal and the default viewUp for that viewNormal.
Inherited from
Omit.rotation
Defined in
packages/core/src/types/IViewport.ts:302
scale?
optionalscale:Point2
Defined in
packages/core/src/RenderingEngine/GenericViewport/Planar/PlanarViewportTypes.ts:121
slabThickness?
optionalslabThickness:number
The slice thickness - in frames(true/default) it will be 1 for a frame distance of 1 pixel thickness, while for mm will be in mm distance.
Inherited from
Omit.slabThickness
Defined in
packages/core/src/types/IViewport.ts:296
zoom?
optionalzoom:number
The zoom value is a zoom factor relative either to fit to canvas or relative to the display area. The default true units are relative to the initial camera scale to fit is used to get units relative to the scale to fit camera.
Inherited from
Omit.zoom