Skip to content
logo
Scriptable Docs Size
Type to start searching
    • Scriptable Docs
    • Alert
    • args
    • Calendar
    • CalendarEvent
    • CallbackURL
    • Color
    • config
    • console
    • Contact
    • ContactsContainer
    • ContactsGroup
    • Data
    • DateFormatter
    • DatePicker
    • Device
    • Dictation
    • DocumentPicker
    • DrawContext
    • FileManager
    • Font
    • Image
    • importModule
    • Keychain
    • LinearGradient
    • ListWidget
    • Location
    • Mail
    • Message
    • module
    • Notification
    • Pasteboard
    • Path
    • Photos
    • Point
    • QuickLook
    • Rect
    • RecurrenceRule
    • RelativeDateTimeFormatter
    • Reminder
    • Request
    • Safari
    • Script
    • SFSymbol
    • ShareSheet
    • Size
      • width
      • height
      • -new Size
        • Parameters
    • Speech
    • Timer
    • UITable
    • UITableCell
    • UITableRow
    • URLScheme
    • UUID
    • WebView
    • WidgetDate
    • WidgetImage
    • WidgetSpacer
    • WidgetStack
    • WidgetText
    • XMLParser
    • width
    • height
    • -new Size
      • Parameters

    Size¶

    Structure representing a size.

    The structure has a width and a height to specify a two-dimensional size.

    width¶

    Width value.

    width: number
    

    height¶

    Height value.

    height: number
    

    -new Size¶

    Constructs a new size.

    new Size(width: number, height: number)
    

    Parameters¶

    width
    number
    Width value.

    height
    number
    Height value.


    © 2018 Simon B. Støvring. All rights reserved.
    Press Kit   Privacy Policy   Contact
    powered by MkDocs and Material for MkDocs