[]
PDF "Do" operator. Draws an PdfImageHandler object.
public class DoImageWrapper : DoXObject, IImageOperator, IVisualOperator
Gets the operator's description.
public override string Desc { get; }
Returns operator bounds.
public override void GetBoundsEx(out Quadrilateral bounds)
bounds QuadrilateralDetermines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.