Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CIMPictureFill

Represents a picture fill which fills polygonal geometry with a picture. Supported file types are .bmp, .jpg, .png, and .gif.

Read more...

Hierarchy

Index

Properties

Optional colorLocked

colorLocked: boolean

A value indicating whether the color set at the basic properties level is applied to the symbol layer. If the symbol layer is color locked then changes made to the color in the basic properties will not be applied to the symbol layer.

Optional colorSubstitutions

colorSubstitutions: CIMColorSubstitution[]

The color substitutions which allows colors in the image to be substituted with a different color.

Optional effects

Whether the geometric effects that are applied to the symbol layer. Effects dynamically alter the feature geometry when the symbology is applied. Multiple effects applied to a symbol layer are rendered sequentially.

Optional enable

enable: boolean

A value indicating whether the symbol layer is visible. The symbol layer draws only when enabled. Currently, an invisible layer is not considered in any transformations when in a 3D context.

Optional height

height: number

The height of the image.

Optional name

name: string

The internal name of the symbol layer used for symbol level drawing.

Optional offsetX

offsetX: number

The distance that the image is offset in the horizontal direction.

Optional offsetY

offsetY: number

The distance that the image is offset in the vertical direction.

Optional overprint

overprint: boolean

A value indicating whether or not the symbol layer should overprint in press printing.

Optional primitiveName

primitiveName: string

The primitive name.

Optional rotation

rotation: number

Angle of the image within the fill.

Optional scaleX

scaleX: number

The width of the symbol without changing the height (or depth in 3D), as a ratio.

Optional textureFilter

textureFilter: "Draft" | "Picture" | "Text"

How the image is resampled.

Optional tintColor

tintColor: number[]

The color that is applied as a tint to the image. The color is applied to the whole image. When the tint is set to white the image appears with its native colors.

type

type: "CIMPictureFill"

Optional url

url: string

The URL of the image. Typically a base64 encoded image.

Generated using TypeDoc