ArcFM Responder Mobile Developer Guide
Scale Method (MMAutoTextElementClass)






Syntax
'Declaration
 
Public Overridable Sub Scale( _
   ByVal Origin As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal sx As System.Double, _
   ByVal sy As System.Double _
) 
'Usage
 
Dim instance As MMAutoTextElementClass
Dim Origin As ESRI.ArcGIS.Geometry.IPoint
Dim sx As System.Double
Dim sy As System.Double
 
instance.Scale(Origin, sx, sy)
public virtual void Scale( 
   ESRI.ArcGIS.Geometry.IPoint Origin,
   System.double sx,
   System.double sy
)
public procedure Scale( 
    Origin: ESRI.ArcGIS.Geometry.IPoint;
    sx: System.Double;
    sy: System.Double
); virtual; 
public function Scale( 
   Origin : ESRI.ArcGIS.Geometry.IPoint,
   sx : System.double,
   sy : System.double
);
public: virtual void Scale( 
   ESRI.ArcGIS.Geometry.IPoint* Origin,
   System.double sx,
   System.double sy
) 
public:
virtual void Scale( 
   ESRI.ArcGIS.Geometry.IPoint^ Origin,
   System.double sx,
   System.double sy
) 

Parameters

Origin
sx
sy
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback