[]
Initializes new instance of the Wall object with a default settings
public PlaneItem()
Initializes new instance of the Wall object
public PlaneItem(AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
AntiAliasMode | antiAliasMode |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop, AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
AntiAliasMode | antiAliasMode |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop, float width)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
float | width |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop, float width, AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
float | width | |
AntiAliasMode | antiAliasMode |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop, bool visible, float width)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
bool | visible | |
float | width |
Initializes new instance of the Wall object
public PlaneItem(Backdrop backdrop, bool visible, float width, AntiAliasMode antiAliasMode)
Type | Name | Description |
---|---|---|
Backdrop | backdrop | backdrop info to fill the wall rectangle |
bool | visible | |
float | width | |
AntiAliasMode | antiAliasMode |
Initializes a new instance of the PlaneItem class.
public PlaneItem(AntiAliasMode antiAliasMode, Backdrop backdrop, bool visible, float width, object contextMenu)
Type | Name | Description |
---|---|---|
AntiAliasMode | antiAliasMode | |
Backdrop | backdrop | |
bool | visible | |
float | width | |
object | contextMenu |
For internal use only.
public PlaneItem(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public PlaneItem(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |