Skip to content

M_Rhino_Geometry_Light__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Light Constructor (SerializationInfo, StreamingContext)

Protected constructor used in serialization.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

protected Light(
	SerializationInfo info,
	StreamingContext context
)

VB

Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

 

info
Type: System.Runtime.Serialization.SerializationInfo
Serialization data.
context
Type: System.Runtime.Serialization.StreamingContext
Serialization stream.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Light Class
Light Overload
Rhino.Geometry Namespace

Clone this wiki locally