Click or drag to resize

Apply Class

Applies the grid to the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.GridOverlayApply

Namespace:  MediaCy.Commands.Overlays.GridOverlay
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Apply
	Inherits OneInputCommand(Of Object)

The Apply type exposes the following members.

Constructors
  NameDescription
Public methodApply
Initializes a new instance of the Apply class
Public methodApply(McCommand)
Initializes a new instance of the Apply class
Top
Properties
  NameDescription
Public propertyAngle
Angle of grid rotation.
Public propertyCheckered
Show checkered grid.
Public propertyColor
Color of the grid.
Public propertyCount
Quantity of the grid objects in Random layout.
Public propertyFixedSeeding
Defines the fixed seeding for the Random Layout. b = True – activates fixed seeding, i – index of the feeding.
Public propertyFullSize
Use full size of the image.
Public propertyIsSaveUndoState
Public propertyLayout
Layout of the grid: Orthogonal, Concentric, Random.
Public propertyLength
Length of the segments for Line Segments type. Measured in pixels.
Public propertyLengthXY
Length of the segments for Line Segments type. Measured in the percentage of the SpacingXY.
Public propertyLinesType
Display Vertical/Horizontal/Both lines.
Public propertyMargins
Margins of the grid. Measured in pixels.
Public propertyMarginsColor
Color of the margins rectangle.
Public propertyOffsetXY
Defines offset of the grid from the center. Measured in pixels.
Public propertyOpacity
Defines opacity of the grid.
Public propertyRadius
Radius of the Circles type grid or Concentric layout. Measured in pixels.
Public propertyScale
Scale of the grid points.
Public propertySegments
Quantity of the segments in Concentric layout.
Public propertyShape
Shape of the grid points.
Public propertySizeXY
Public propertySpacingR
Radial Spacing defines the spacing in Concentric layout grid. Measured in pixels.
Public propertySpacingV
Vertical Spacing defines spicing between cycloids to Cycloids grid type. Measured in pixels.
Public propertySpacingXY
Spacing between point/Lines/circles in the grid. Measured in pixels.
Public propertyStyle
Style of the grid lines.
Public propertyType
Type of the grid: Points, Lines, Line Segments, Circles, Cycloids.
Public propertyWidth
Width of the grid lines.
Public propertyXML
Top
Remarks