OffsetX Property (IImageBackground) Send Feedback
See Also 
Gets or sets the x offset of the image.

Syntax

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

Property Value

x offset of the image

Remarks

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

See Also

Availability

DraftSight V1R5.0