ScaleX Property (IImageBackground) Send Feedback
See Also 
Gets or sets the x scale of the image for this image background.

Syntax

Visual Basic 
Property ScaleX As System.Double
C# 
System.double ScaleX {get; set;}
JavaScript 
get_ScaleX () : Number
put_ScaleX (
   NewVal : Number
)
COM native C++ 
HRESULT get_ScaleX(
   DOUBLE* Val
) 
HRESULT put_ScaleX( 
   DOUBLE NewVal
C++ 
DSRESULT get_ScaleX (
   double* Val
)
DSRESULT put_ScaleX(
   double NewVal
)

Property Value

x scale of the image

Remarks

If IImageBackground::Position is set to dsImageBackgroundPosition_e.dsImageBackgroundPosition_Stretch, then the x scale is ignored.

See Also

Availability

DraftSight V1R5.0