ImageVector


Vector graphics object that is generated as a result of ImageVector.Builder It can be composed and rendered by passing it as an argument to rememberVectorPainter

Summary

Nested types

Builder used to construct a Vector graphic tree.

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Boolean

Determines if the vector asset should automatically be mirrored for right to left locales

Cmn
Dp

Intrinsic height of the vector asset in Dp

Cmn
Dp

Intrinsic width of the vector asset in Dp

Cmn
String

Name of the Vector asset

Cmn
VectorGroup

Root group of the vector asset that contains all the child groups and paths

Cmn
BlendMode

Blend mode used to apply tintColor

Cmn
Color

Optional tint color to be applied to the vector graphic

Cmn
Float

Used to define the height of the viewport space.

Cmn
Float

Used to define the width of the viewport space.

Cmn

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

autoMirror

val autoMirrorBoolean

Determines if the vector asset should automatically be mirrored for right to left locales

defaultHeight

val defaultHeightDp

Intrinsic height of the vector asset in Dp

defaultWidth

val defaultWidthDp

Intrinsic width of the vector asset in Dp

name

val nameString

Name of the Vector asset

root

val rootVectorGroup

Root group of the vector asset that contains all the child groups and paths

tintBlendMode

val tintBlendModeBlendMode

Blend mode used to apply tintColor

tintColor

val tintColorColor

Optional tint color to be applied to the vector graphic

viewportHeight

val viewportHeightFloat

Used to define the height of the viewport space. Viewport is basically the virtual canvas where the paths are drawn on.

viewportWidth

val viewportWidthFloat

Used to define the width of the viewport space. Viewport is basically the virtual canvas where the paths are drawn on.