Package | com.adobe.illustrator |
Class | public class View |
Inheritance | View ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
bounds : Array [read-only]
The bounding rectangle of this view. | View | ||
centerPoint : Array
The center point of this view. | View | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | parent : * [read-only] | IllustratorHostObject | |
screenMode : ScreenMode
The mode of display. | View | ||
zoom : Number
The zoom factor of this view. | View |
bounds | property |
bounds:Array
[read-only] Since : | CS5 |
The bounding rectangle of this view.
public function get bounds():Array
centerPoint | property |
centerPoint:Array
Since : | CS5 |
The center point of this view.
public function get centerPoint():Array
public function set centerPoint(value:Array):void
screenMode | property |
screenMode:ScreenMode
Since : | CS5 |
The mode of display.
public function get screenMode():ScreenMode
public function set screenMode(value:ScreenMode):void
zoom | property |
zoom:Number
Since : | CS5 |
The zoom factor of this view.
public function get zoom():Number
public function set zoom(value:Number):void