C# Class CSPspEmu.Core.Gpu.State.ViewportStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Position Vector4f
RegionBottomRight PointS
RegionTopLeft PointS
Scale Vector4f

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Position public property

public Vector4f Position
return Vector4f

RegionBottomRight public property

public PointS,CSPspEmu.Core.Gpu.State RegionBottomRight
return PointS

RegionTopLeft public property

public PointS,CSPspEmu.Core.Gpu.State RegionTopLeft
return PointS

Scale public property

public Vector4f Scale
return Vector4f