WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Image3D - WindowsForms API Reference | Syncfusion System.Drawing.Image in the 3D. ">

    Show / Hide Table of Contents

    Class Image3D

    Represents the System.Drawing.Image in the 3D.

    Inheritance
    System.Object
    Plane3D
    Polygon
    Image3D
    Inherited Members
    Polygon.Transform(Matrix3D)
    Polygon.Points
    Polygon.Brush
    Polygon.Pen
    Polygon.BrushInfo
    Polygon.ClipPolygon
    Polygon.RegionData
    Plane3D.GetPoint(Double, Double)
    Plane3D.GetPoint(Vector3D, Vector3D)
    Plane3D.Clone(Matrix3D)
    Plane3D.Test()
    Plane3D.Normal
    Plane3D.A
    Plane3D.B
    Plane3D.C
    Plane3D.D
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Polygon.Clone()

    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
    Polygon.Draw(Graphics3D)

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved