FMIceLinkIViewSink Protocol Reference
| Declared in | FMIceLinkIViewSink.h |
|---|
– setViewMirror:
required method
Sets a value indicating whether the [view](#//api/name/view) is mirrored.
- (void)setViewMirror:(bool)valueDiscussion
Sets a value indicating whether the [view](#//api/name/view) is mirrored.
Declared In
FMIceLinkIViewSink.h
– setViewScale:
required method
Sets the [view](#//api/name/view) scale.
- (void)setViewScale:(FMIceLinkLayoutScale)valueDiscussion
Sets the [view](#//api/name/view) scale.
Declared In
FMIceLinkIViewSink.h
– view
required method
Gets the view.
- (id)viewDiscussion
Gets the view.
Declared In
FMIceLinkIViewSink.h
– viewMirror
required method
Gets a value indicating whether the [view](#//api/name/view) is mirrored.
- (bool)viewMirrorDiscussion
Gets a value indicating whether the [view](#//api/name/view) is mirrored.
Declared In
FMIceLinkIViewSink.h
– viewScale
required method
Gets the [view](#//api/name/view) scale.
- (FMIceLinkLayoutScale)viewScaleDiscussion
Gets the [view](#//api/name/view) scale.
Declared In
FMIceLinkIViewSink.h