Click or drag to resize

IDisplayedObjectsSetPointScalePercent Method

For each McGraphObjPoint in the collection, sets the ScalePercent property

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetPointScalePercent ( 
	ScalePercent As Integer
)

Parameters

ScalePercent
Type: SystemInt32
Percentage by which point symbols should be scaled from their natural, 100 percent size.
Remarks
Any McGraphObj instances that are not of the McGraphObjPoint class are skipped.
See Also