Class Image3D
Represents the System.Drawing.Image in the 3D.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class Image3D : Polygon
Constructors
Image3D(Vector3D[], Image)
Initializes a new instance of the Image3D class.
Declaration
public Image3D(Vector3D[] vs, Image img)
Parameters
Type | Name | Description |
---|---|---|
Vector3D[] | vs | The positions of polygon. |
System.Drawing.Image | img | The image. |
Properties
Attributes
Gets or sets the attributes.
Declaration
public ImageAttributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Imaging.ImageAttributes | The attributes. |
Methods
Clone()
Create the new instance and copy all members.
Declaration
public override Polygon Clone()
Returns
Type | Description |
---|---|
Polygon | Returns Polygon after clone. |
Overrides
Draw(Graphics3D)
Draws to the specified Graphics3D.
Declaration
public override ChartRegion Draw(Graphics3D g3d)
Parameters
Type | Name | Description |
---|---|---|
Graphics3D | g3d | The g3d. |
Returns
Type | Description |
---|---|
ChartRegion | Returns ChartRegion. |
Overrides
FromImage(Image, RectangleF, Single)
Create the new instance from the specified image.
Declaration
public static Image3D FromImage(Image image, RectangleF bounds, float z)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | image | The image. |
System.Drawing.RectangleF | bounds | The bounds. |
System.Single | z | The depth coordinate. |
Returns
Type | Description |
---|---|
Image3D | Returns Image3D. |