MoveCentroids

 

The MoveCentroids method the moves the centroids of selected objects.

 

Syntax

object.MoveCentroids( XOffset, YOffset, UnitType )

 

Parameter

Type

Description

XOffset

Double

required; in page units

YOffset

Double

required; in page units

UnitType

MVCoordDisplayUnits

optional; unit type, default is mvCoordDisplayUnitPageUnits

 

Example

This example moves the centroids of the selected objects.

 

Selection.MoveCentroids( XOffset:=1.3, YOffset:=.75 )

 

Used by: Selection collection