CdrImageFill

CdrImageFill constructor

Initializes a new instance of the CdrImageFill class.

public CdrImageFill(int id, double width, double height, bool isRelative, double xOffset, 
    double yOffset, double rcpOffset, byte flags)
ParameterTypeDescription
idInt32The identifier.
widthDoubleThe width.
heightDoubleThe height.
isRelativeBooleanif set to true [is relative].
xOffsetDoubleThe x offset.
yOffsetDoubleThe y offset.
rcpOffsetDoubleThe RPC offset.
flagsByteThe flags.

See Also