Class NonProportionalZoom
Inheritance
System.Object
System.MarshalByRefObject
NonProportionalZoom
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Display
Assembly: NXOpen.dll
Syntax
public class NonProportionalZoom : Builder, IMessageSink, IComponentBuilder
Constructors
NonProportionalZoom()
Declaration
protected NonProportionalZoom()
Properties
AnchorCenter
Declaration
public bool AnchorCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Method
Declaration
public NonProportionalZoom.MethodType Method { get; set; }
Property Value
| Type | Description |
|---|---|
| NonProportionalZoom.MethodType |
ZoomSensitivity
Declaration
public int ZoomSensitivity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Enable(Boolean)
Declaration
public void Enable(bool enable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enable |
Finish(View)
Declaration
public void Finish(View view)
Parameters
| Type | Name | Description |
|---|---|---|
| View | view |
FirstPoint(Point3d, View)
Declaration
public void FirstPoint(Point3d point1, View view)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3d | point1 | |
| View | view |
SecondPoint(Point3d, View)
Declaration
public void SecondPoint(Point3d point2, View view)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3d | point2 | |
| View | view |
Start(View)
Declaration
public void Start(View view)
Parameters
| Type | Name | Description |
|---|---|---|
| View | view |
Implements
System.Runtime.Remoting.Messaging.IMessageSink