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

Syntax

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

Property Value

y scale of the image

Remarks

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

See Also

Availability

DraftSight V1R5.0