LayoutImage Type

Dimensions type inherits from dynamic object

Constructors

Constructor Description

LayoutImage()

Full Usage: LayoutImage()

Returns: LayoutImage
Returns: LayoutImage

Static members

Static member Description

LayoutImage.init (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)

Full Usage: LayoutImage.init (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)

Parameters:
    ?Layer : Layer
    ?Name : string
    ?Opacity : float
    ?SizeX : int
    ?SizeY : int
    ?Sizing : LayoutImageSizing
    ?Source : string
    ?TemplateItemname : string
    ?Visible : bool
    ?X : 'a
    ?XAnchor : XAnchorPosition
    ?XRef : string
    ?Y : 'b
    ?YAnchor : YAnchorPosition
    ?YRef : string

Returns: LayoutImage
?Layer : Layer
?Name : string
?Opacity : float
?SizeX : int
?SizeY : int
?Sizing : LayoutImageSizing
?Source : string
?TemplateItemname : string
?Visible : bool
?X : 'a
?XAnchor : XAnchorPosition
?XRef : string
?Y : 'b
?YAnchor : YAnchorPosition
?YRef : string
Returns: LayoutImage

LayoutImage.style (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)

Full Usage: LayoutImage.style (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)

Parameters:
    ?Layer : Layer
    ?Name : string
    ?Opacity : float
    ?SizeX : int
    ?SizeY : int
    ?Sizing : LayoutImageSizing
    ?Source : string
    ?TemplateItemname : string
    ?Visible : bool
    ?X : 'a
    ?XAnchor : XAnchorPosition
    ?XRef : string
    ?Y : 'b
    ?YAnchor : YAnchorPosition
    ?YRef : string

Returns: LayoutImage -> LayoutImage
?Layer : Layer
?Name : string
?Opacity : float
?SizeX : int
?SizeY : int
?Sizing : LayoutImageSizing
?Source : string
?TemplateItemname : string
?Visible : bool
?X : 'a
?XAnchor : XAnchorPosition
?XRef : string
?Y : 'b
?YAnchor : YAnchorPosition
?YRef : string
Returns: LayoutImage -> LayoutImage