Click or drag to resize

ArcToMetafileCommandDoCompareWith Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.ArcToMetafileCommand.DoCompareWith(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.Common.PropertyMask)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected override void DoCompareWith(
	BaseMetafileCommand other,
	PropertyMask dirtyStatusMask
)

Parameters

other  BaseMetafileCommand

[Missing <param name="other"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.ArcToMetafileCommand.DoCompareWith(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.Common.PropertyMask)"]

dirtyStatusMask  PropertyMask

[Missing <param name="dirtyStatusMask"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.ArcToMetafileCommand.DoCompareWith(RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand,RAYLASE.Marker.Common.PropertyMask)"]

See Also