C# Class Transit.Framework.Texturing.TextureBlender.ComponentBase

Show file Open project: Katalyst6/CSL.TransitAddonMod

Protected Properties

Property Type Description
IncreaseXOffset bool
IncreaseYOffset bool
Position Point
PositionRelativeFromPrevious bool

Protected Methods

Method Description
ComponentBase ( Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false )

Method Details

ComponentBase() protected method

protected ComponentBase ( Point position = null, bool positionRelativeFromPrevious = true, bool increaseXOffset = true, bool increaseYOffset = false )
position Point
positionRelativeFromPrevious bool
increaseXOffset bool
increaseYOffset bool

Property Details

IncreaseXOffset protected property

protected bool IncreaseXOffset
return bool

IncreaseYOffset protected property

protected bool IncreaseYOffset
return bool

Position protected property

protected Point Position
return Point

PositionRelativeFromPrevious protected property

protected bool PositionRelativeFromPrevious
return bool