All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---ApplicationFrame.CATICamera | +---CATI2DCamera
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATI2DCamera
Interface to make 2D viewpoint persistent.
Role:
This interface class provides the prototype of methods to manage
the parameters of 2D camera.
public virtual CATMathPoint2D GetOrigin( | )=0 |
public virtual double GetScale( | )=0 |
public virtual void SetOrigin( | CATMathPoint2D | iOrigin)=0 |
public virtual void SetScale( | double | iScale)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.