LayoutImage Type
Dimensions type inherits from dynamic object
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
LayoutImage.init (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)
Parameters:
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
|
|
Full Usage:
LayoutImage.style (?Layer, ?Name, ?Opacity, ?SizeX, ?SizeY, ?Sizing, ?Source, ?TemplateItemname, ?Visible, ?X, ?XAnchor, ?XRef, ?Y, ?YAnchor, ?YRef)
Parameters:
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
|
|